You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Marcus Eriksson (Jira)" <ji...@apache.org> on 2020/09/07 08:07:00 UTC

[jira] [Created] (CASSANDRA-16110) Avoid "involved in several compactions" exception

Marcus Eriksson created CASSANDRA-16110:
-------------------------------------------

             Summary: Avoid "involved in several compactions" exception 
                 Key: CASSANDRA-16110
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-16110
             Project: Cassandra
          Issue Type: Bug
          Components: Local/Compaction
            Reporter: Marcus Eriksson
            Assignee: Marcus Eriksson


When aborting compactions we check if the sstable is involved in other anticompactions by grabbing all compactions for a given sstable from ActiveCompactions, it asserts that an sstable is only involved in a single "compaction" here, which is wrong - it can be in several, for example a validation + a regular compaction.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org