Record dynamic snitch latencies for counter writes
--------------------------------------------------

                 Key: CASSANDRA-2364
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2364
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
            Reporter: Stu Hood
            Priority: Minor
             Fix For: 0.8


The counter code chooses a single replica to coordinate a write, meaning that 
it should be subject to dynamic snitch latencies like a read would be. This 
already works when there are reads going on, because the dynamic snitch read 
latencies are used to pick a node to coordinate, but when there are no reads 
going on (such as during a backfill) the latencies do not adjust.

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

Reply via email to