You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sylvain Lebresne (JIRA)" <ji...@apache.org> on 2017/02/17 13:53:41 UTC

[jira] [Created] (CASSANDRA-13237) Legacy deserializer can create unexpected boundary range tombstones

Sylvain Lebresne created CASSANDRA-13237:
--------------------------------------------

             Summary: Legacy deserializer can create unexpected boundary range tombstones
                 Key: CASSANDRA-13237
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13237
             Project: Cassandra
          Issue Type: Bug
            Reporter: Sylvain Lebresne
            Assignee: Sylvain Lebresne
             Fix For: 3.0.x, 3.11.x


Most of the code don't generate a range tombstone boundary with the same deletion time on both side as this is basically useless, and there is some assertion in {{DataResolver}} that actually expect this. However, the deserializer for legacy sstable doesn't always properly avoid their creation and we can thus generate them (and break the {{DataResolver}} assertion.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)