You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "xiangzhou xia (JIRA)" <ji...@apache.org> on 2017/08/01 03:37:00 UTC

[jira] [Created] (CASSANDRA-13736) consistency level change in batchlog send from CASSANDRA-9673 cause atomic batch p99 increase 3x

xiangzhou xia created CASSANDRA-13736:
-----------------------------------------

             Summary: consistency level change in batchlog send from CASSANDRA-9673 cause atomic batch p99 increase 3x
                 Key: CASSANDRA-13736
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13736
             Project: Cassandra
          Issue Type: Bug
            Reporter: xiangzhou xia


we notice that changing consistency level from ONE to TWO dramatically increased p99 latency in 3.0 atomic batch. [~iamaleksey] think only block for one batchlog message is a bug in batchlog, I think it's actually a very good optimization to reduce latency. Set the consistency to one will decrease the possibility of slow data node (GC, long message queue, etc) affect the latency of atomic batch.  In our shadow cluster, when we change consistency from two to one, we notice a 2x-3x p99 latency drop in atomic batch.   



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org