You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Dikang Gu (JIRA)" <ji...@apache.org> on 2017/06/15 19:39:01 UTC

[jira] [Updated] (CASSANDRA-13611) Digest mismatch in Quorum read

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

Dikang Gu updated CASSANDRA-13611:
----------------------------------
    Fix Version/s: 4.x

> Digest mismatch in Quorum read
> ------------------------------
>
>                 Key: CASSANDRA-13611
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13611
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Coordination
>            Reporter: Dikang Gu
>            Assignee: Dikang Gu
>             Fix For: 4.x
>
>
> In current implementation, when we issue a quorum read, C* will send full data request to one replica, and send digest requests to other replicas. If the digest mismatch, C* will send another round of full data request to all replicas. 
> In our environment, we find in P99 case, digest are always mismatch, so we are doing 2 round trips of requests in P99, which hurts our P99 latency a lot.
> We propose that in quorum read case, we send full data replicas to the quorum replicas directly, reconcile them and send back to client. In our experiment , it reduced the P99 latency by 20% ~ 30%.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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