You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Benedict (JIRA)" <ji...@apache.org> on 2015/02/13 19:13:11 UTC

[jira] [Created] (CASSANDRA-8805) runWithCompactionsDisabled only cancels compactions, which is not the only source of markCompacted

Benedict created CASSANDRA-8805:
-----------------------------------

             Summary: runWithCompactionsDisabled only cancels compactions, which is not the only source of markCompacted
                 Key: CASSANDRA-8805
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8805
             Project: Cassandra
          Issue Type: Bug
          Components: Core
            Reporter: Benedict
             Fix For: 2.1.4


Operations that require running without ongoing compactions cancel those compactions before beginning. Unfortunately some actions are not really compactions, and so will not be cancelled by this action. Redistribution of index summaries is one such action (there may be others). It seems that any operation that may markCompacting needs to register itself as interruptible.



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