assert when using CL.EACH_QUORUM
--------------------------------

                 Key: CASSANDRA-2254
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2254
             Project: Cassandra
          Issue Type: Bug
          Components: Core
    Affects Versions: 0.7.2
         Environment: RH Linux
            Reporter: Mark Guzman


When using the NetworkTopology strategy, I am able to write using 
CL.LOCAL_QUORUM. When I attempt to write using CL.EACH_QUORUM, an assert is hit 
in DatacenterSyncWriteResponseHandler. Tracing the call through to the 
NetworkTopology code, it seems that this particular handler is only used when 
CL = EACH_QUORUM, yet the code asserts. 

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

        

Reply via email to