[ https://issues.apache.org/jira/browse/CASSANDRA-12765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marcus Eriksson updated CASSANDRA-12765: ---------------------------------------- Resolution: Fixed Fix Version/s: 4.0 3.10 3.0.10 2.2.9 2.1.17 Reproduced In: 2.1.15, 2.0.17, 3.x (was: 2.0.17, 2.1.15, 3.x) Status: Resolved (was: Patch Available) Committed, thanks for the patch > SSTable ignored incorrectly with partition level tombstone > ---------------------------------------------------------- > > Key: CASSANDRA-12765 > URL: https://issues.apache.org/jira/browse/CASSANDRA-12765 > Project: Cassandra > Issue Type: Bug > Components: Local Write-Read Paths > Reporter: Cameron Zemek > Assignee: Cameron Zemek > Fix For: 2.1.17, 2.2.9, 3.0.10, 3.10, 4.0 > > Attachments: 12765.patch > > > {noformat} > CREATE TABLE test.payload( > bucket_id TEXT, > name TEXT, > data TEXT, > PRIMARY KEY (bucket_id, name) > ); > insert into test.payload (bucket_id, name, data) values > ('8772618c9009cf8f5a5e0c18', 'test', 'hello'); > {noformat} > Flush nodes (nodetool flush) > {noformat} > insert into test.payload (bucket_id, name, data) values > ('8772618c9009cf8f5a5e0c19', 'test2', 'hello'); > delete from test.payload where bucket_id = '8772618c9009cf8f5a5e0c18'; > {noformat} > Flush nodes (nodetool flush) > {noformat} > select * from test.payload where bucket_id = '8772618c9009cf8f5a5e0c18' and > name = 'test'; > {noformat} > Expected 0 rows but get 1 row back. -- This message was sent by Atlassian JIRA (v6.3.4#6332)