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 2015/12/09 13:35:11 UTC

[jira] [Created] (CASSANDRA-10831) Fix the way we replace sstables after anticompaction

Marcus Eriksson created CASSANDRA-10831:
-------------------------------------------

             Summary: Fix the way we replace sstables after anticompaction
                 Key: CASSANDRA-10831
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10831
             Project: Cassandra
          Issue Type: Bug
            Reporter: Marcus Eriksson
            Assignee: Marcus Eriksson


We have a bug when we replace sstables after anticompaction, we keep adding duplicates which causes leveled compaction to fail after. Reason being that LCS does not keep its sstables in a {{Set}}, so after first compaction, we will keep around removed sstables in the leveled manifest and that will put LCS in an infinite loop as it tries to mark non-existing sstables as compacting




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