You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "sankalp kohli (JIRA)" <ji...@apache.org> on 2014/07/22 20:36:40 UTC

[jira] [Commented] (CASSANDRA-7581) Stop read requests for partitions which don't belong to a node

    [ https://issues.apache.org/jira/browse/CASSANDRA-7581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14070662#comment-14070662 ] 

sankalp kohli commented on CASSANDRA-7581:
------------------------------------------

We should also put such restriction for CAS operations. 

> 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)