Branimir Lambov created CASSANDRA-8960:
------------------------------------------

             Summary: Suspect SSTable status is lost when rewriter is aborted
                 Key: CASSANDRA-8960
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8960
             Project: Cassandra
          Issue Type: Bug
            Reporter: Branimir Lambov
            Priority: Minor


This can cause repeated compaction failures and buildup if an SSTable opens 
correctly but fails during iteration. The exception will trigger a 
{{writer.abort()}} in {{CompactionTask}}, which in turn will replace suspect 
tables with clones obtained through {{cloneWithNewStart()}}. The latter does 
not copy suspect status, hence the node no longer knows that reading from this 
table has failed.



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

Reply via email to