Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Duplicate
-
None
-
Degradation - Other Exception
-
Low
-
Low Hanging Fruit
-
Code Inspection
-
All
-
None
-
Description
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.
Attachments
Issue Links
- duplicates
-
CASSANDRA-15457 Remove bad assert when getting active compactions for an sstable
- Resolved