Yuki Morishita created CASSANDRA-5213:
-----------------------------------------

             Summary: Failed to flush SSTable can cause commit log not to reply
                 Key: CASSANDRA-5213
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5213
             Project: Cassandra
          Issue Type: Bug
            Reporter: Yuki Morishita
            Priority: Minor


When flushing failed(e.g. out of disk space), that memtable was kept in 
memtablePendingFlush and might trigger next flush inside MeteredFlusher.

If that next flush succeeded(e.g. this time it fit on disk), ReplayPosition was 
recorded at that point, and would cause commit log not to replay for the data 
that was not flushed.

--
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

Reply via email to