You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "yangwei (JIRA)" <ji...@apache.org> on 2014/01/21 05:33:21 UTC

[jira] [Created] (CASSANDRA-6606) avoid maybeResolveForRepair twice

yangwei created CASSANDRA-6606:
----------------------------------

             Summary: avoid maybeResolveForRepair twice
                 Key: CASSANDRA-6606
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6606
             Project: Cassandra
          Issue Type: Bug
          Components: Core
            Reporter: yangwei
            Priority: Minor
             Fix For: 2.0.4


In ReadCallback maybeResolveForRepair maybe executed twice. For example, endpoints.size = 3, blockfor = 2. At the moment the second response triggers maybeResolveForRepair, the third one coming increments the received variable which equals 3. As a result, two repairs are produced. This is a tiny problem we can fix easily.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)