Clean up isMarkedForDelete / getLocalDeletionTime
-------------------------------------------------

                 Key: CASSANDRA-3716
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3716
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
            Reporter: Jonathan Ellis
            Assignee: Sylvain Lebresne
             Fix For: 1.1


As explained in CASSANDRA-3579, isMarkedForDelete() depends on the current 
system clock so it can change during a two-pass compaction.  Suggested fix is 
to replace iMFD + gLDT with a getExpirationTime method, so comparison with the 
compaction's gcBefore will remain constant.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to