You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2014/01/29 23:20:10 UTC

[jira] [Commented] (CASSANDRA-6637) Add AbstractCompactionStrategy.startup() method

    [ https://issues.apache.org/jira/browse/CASSANDRA-6637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13885907#comment-13885907 ] 

Jonathan Ellis commented on CASSANDRA-6637:
-------------------------------------------

+1

> Add AbstractCompactionStrategy.startup() method
> -----------------------------------------------
>
>                 Key: CASSANDRA-6637
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6637
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Aleksey Yeschenko
>            Assignee: Aleksey Yeschenko
>            Priority: Minor
>             Fix For: 2.0.5
>
>         Attachments: 6637.txt
>
>
> It's sometimes required for a compaction strategy to do a bunch of startup work that's not a good fit for the constructor (and might have to publish the reference to not yet fully constructed strategy object).
> This is why a startup() method would be useful (for symmetry with shutdown() and the pause()/resume() pair, as well).



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)