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

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

     [ https://issues.apache.org/jira/browse/CASSANDRA-6637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aleksey Yeschenko updated CASSANDRA-6637:
-----------------------------------------

    Attachment: 6637.txt

> 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)