sankalp kohli created CASSANDRA-7581:
----------------------------------------
Summary: Stop read requests for partitions which don't belong to a
node
Key: CASSANDRA-7581
URL: https://issues.apache.org/jira/browse/CASSANDRA-7581
Project: Cassandra
Issue Type: Bug
Reporter: sankalp kohli
Priority: Minor
A C* instance will serve CF level reads with null values or old values to a
co-ordinator even if the instance is not responsible for the data.
This is bad if co-ordinator has a wrong view of the ring and will return wrong
results back to the client.
A solution to this problem could be to not respond or return error to such read
requests.
Tricky part here is to respond to read requests when the instance has just lost
ownership for a few ring delay.
--
This message was sent by Atlassian JIRA
(v6.2#6252)