Details
-
Bug
-
Status: Triage Needed
-
Normal
-
Resolution: Unresolved
-
None
-
None
-
All
-
None
Description
In 3 node Cassandra cluster, one node has old mutation and two nodes have evict-able (crossed gc grace period) tombstone produced by TTL. A read query with local quorum return the old mutation as result when one request goes to the node having old mutation. However expected result should be empty.
Attached the steps to reproduce and trace of read query.