You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Carl Yeksigian (JIRA)" <ji...@apache.org> on 2016/07/26 13:52:20 UTC

[jira] [Updated] (CASSANDRA-12252) Support RR and Speculative Retry for EACH_QUORUM reads

     [ https://issues.apache.org/jira/browse/CASSANDRA-12252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carl Yeksigian updated CASSANDRA-12252:
---------------------------------------
    Priority: Minor  (was: Major)

> Support RR and Speculative Retry for EACH_QUORUM reads
> ------------------------------------------------------
>
>                 Key: CASSANDRA-12252
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12252
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Carl Yeksigian
>            Priority: Minor
>
> We should properly support read repair and speculative retry for EACH_QUORUM reads.
> To support these, we need to make sure that we count responses for each DC separately, so that we can properly monitor the number of responses from each. For speculative retry, we should try to replace each host that we are retrying with one in the same DC; that will make sure that we actually have the correct responses at the end if the speculative retries are successful.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)