You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Yuki Morishita (JIRA)" <ji...@apache.org> on 2016/03/10 15:39:40 UTC

[jira] [Created] (CASSANDRA-11334) Make compaction operations (scrub, etc) asynchronous

Yuki Morishita created CASSANDRA-11334:
------------------------------------------

             Summary: Make compaction operations (scrub, etc) asynchronous
                 Key: CASSANDRA-11334
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11334
             Project: Cassandra
          Issue Type: Sub-task
            Reporter: Yuki Morishita
            Priority: Minor


Prior to make nodetool to use JMX notification, we need to make scrub, verify, cleanup etc. to asynchronous.

Right now, those operations block in {{CompactionManager}}, so instead we want to be able to get {{Future}} object that can be listened for completion.



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