You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Andrew From (JIRA)" <ji...@apache.org> on 2015/12/17 22:14:46 UTC

[jira] [Created] (CASSANDRA-10898) Migrate Compaction Strategy Node by Node

Andrew From created CASSANDRA-10898:
---------------------------------------

             Summary: Migrate Compaction Strategy Node by Node
                 Key: CASSANDRA-10898
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10898
             Project: Cassandra
          Issue Type: Wish
          Components: Compaction, Tools
            Reporter: Andrew From


It would be a great feature to be able to slowly change the compaction strategy of a ColumnFamily node-by-node instead of cluster wide. Currently if you change it cluster wide there's no good way to predict how long it will take. Thus the process could run for days while you still need the live data, but the cluster responds much more slowly due to the compaction strategy migration.

I stumbled across http://blog.alteroot.org/articles/2015-04-20/change-cassandra-compaction-strategy-on-production-cluster.html which gave me the idea. I was thinking this would be a nice feature to add to NodeTool, provided that the strategy in the blog is sound I wouldn't mind going ahead with the dev work to automate it. If not I would love to hear other ideas on how to best make this happen.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)