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

Jonathan Ellis commented on CASSANDRA-2556:
-------------------------------------------

This also fixed a second bug: the old code checked for n == blockFor on 
LOCAL_QUORUM, so there was a race where if we exceeded blockFor with two 
responses coming in at nearly the same time, it would never test at the moment 
of equality and the coordinator would throw TOE even though enough responses 
were actually received.

> DatacenterReadResolver not triggering repair
> --------------------------------------------
>
>                 Key: CASSANDRA-2556
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2556
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.7.0
>            Reporter: Stu Hood
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.7.6, 0.8.0 beta 2
>
>         Attachments: 2556.txt
>
>
> DatacenterReadResolver only calls maybeResolveForRepair for local reads.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to