GitHub user xiaolong302 opened a pull request: https://github.com/apache/cassandra/pull/94
CASSANDRA-10726: Read repair inserts should use speculative retry 1. do an extra read repair retry to only guarantee âmonotonic quorum readâ. Here âquorumâ means majority of nodes among replicas 2. only block what is needed for resolving the digest mismatch no matter whether itâs speculative retry or read repair chance. You can merge this pull request into a Git repository by running: $ git pull https://github.com/xiaolong302/cassandra CASSANDRA-10726 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cassandra/pull/94.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #94 ---- commit a587c20e82ffc4aa7c4a3cb1468551b255fc7f71 Author: Xiaolong Jiang <xiaolong_ji...@apple.com> Date: 2017-01-17T05:31:06Z Cass: CASSANDRA-10726: Read repair inserts should use speculative retry 1. do an extra read repair retry to only guarantee âmonotonic quorum readâ. Here âquorumâ means majority of nodes among replicas 2. only block what is needed for resolving the digest mismatch no matter whether itâs speculative retry or read repair chance. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---