You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "sankalp kohli (JIRA)" <ji...@apache.org> on 2013/08/02 19:45:49 UTC

[jira] [Created] (CASSANDRA-5842) Cassandra should ignore sstables which it could not delete.

sankalp kohli created CASSANDRA-5842:
----------------------------------------

             Summary: Cassandra should ignore sstables which it could not delete. 
                 Key: CASSANDRA-5842
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5842
             Project: Cassandra
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.1.12
            Reporter: sankalp kohli
            Priority: Minor


CUrrently if Cassandra could not delete an sstable, it keeps a tab of it. It is even eligible for compaction. 
So if file system gives an error during delete, and it actually deletes the file, Cassandra will think the file is there. 
It will then try to read that sstable as part of the compaction and also read traffic. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira