You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Aleksey Yeschenko (Jira)" <ji...@apache.org> on 2020/04/03 17:58:00 UTC

[jira] [Created] (CASSANDRA-15690) Single partition queries can mistakenly omit partition deletions and resurrect data

Aleksey Yeschenko created CASSANDRA-15690:
---------------------------------------------

             Summary: Single partition queries can mistakenly omit partition deletions and resurrect data
                 Key: CASSANDRA-15690
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15690
             Project: Cassandra
          Issue Type: Bug
            Reporter: Aleksey Yeschenko
            Assignee: Sam Tunnicliffe


We have logic that allows us to exclude sstables with partition deletions that are older than the minimum collected timestamp in a local request. However, it’s possible that another node could have rows that aren’t known to the local node that are in turn older than the excluded partition deletion. In such a scenario, those will be mistakenly resurrected, which is a correctness issue.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org