Sylvain Lebresne created CASSANDRA-4409:
-------------------------------------------

             Summary: Only consider whole row tombstone in collation controller
                 Key: CASSANDRA-4409
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4409
             Project: Cassandra
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.2
            Reporter: Sylvain Lebresne
            Assignee: Sylvain Lebresne
            Priority: Trivial
             Fix For: 1.2


CollationController has that optimization that if it has already seen a row 
tombstone more recent that a sstable max timestamp, it skips the sstable.  
However, this was not updated correctly while introducing range tombstone and 
currently the code might skip a sstable based on the timestamp of a tombstone 
that does not cover the full row.

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