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:16:14 UTC

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

Aleksey Yeschenko created CASSANDRA-6637:
--------------------------------------------

             Summary: 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


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)