You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Benedict (JIRA)" <ji...@apache.org> on 2018/09/12 14:12:00 UTC

[jira] [Created] (CASSANDRA-14722) New monotonic reads impl introduces risk during range movements

Benedict created CASSANDRA-14722:
------------------------------------

             Summary: New monotonic reads impl introduces risk during range movements
                 Key: CASSANDRA-14722
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14722
             Project: Cassandra
          Issue Type: Bug
            Reporter: Benedict


Previously on digest mismatch we upgraded to CL.ALL, which harmed availability.  However, because we do not have consistent range movements, when they are underway it is possible for both the coordinator of a query and one of its targets have stale ring information.  

In this case, we would previously have detected a digest mismatch and ensured ALL nodes responded before answering, so that any single stale node would have been detected.  In the new implementation, we try to get answers *only* from the nodes whose digests mismatched, so if the node were stale, it can respond with a stale data request also, reducing effective CL by one.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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