Skip to content

Commit

Permalink
Fix review comments
Browse files Browse the repository at this point in the history
Patch by Dmitry Konstantinov; reviewed by Ariel Weisberg for CASSANDRA-19651
  • Loading branch information
netudima authored and Dmitry Konstantinov committed Jul 21, 2024
1 parent 84ef118 commit cb08615
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* Refresh stale paxos commit (CASSANDRA-19617)
* Reduce info logging from automatic paxos repair (CASSANDRA-19445)
* Support legacy plain_text_auth section in credentials file removed unintentionally (CASSANDRA-19498)
* Fix idealCLWriteLatency metric which reported the worst response time instead of the time when an ideal CL is satisfied (CASSANDRA-19651)
Merged from 4.0:
* Make LWT conditions behavior on frozen and non-frozen columns consistent for null column values (CASSANDRA-19637)
* Add timeout specifically for bootstrapping nodes (CASSANDRA-15439)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public void idealCLLatencyTracked() throws Throwable
awr.onResponse(createDummyMessage(0));
awr.onResponse(createDummyMessage(1));

// there are no enough responses for ideal EACH_QUORUM yet
// there are not enough responses for ideal EACH_QUORUM yet
assertEquals(startingCount, ks.metric.idealCLWriteLatency.latency.getCount());

//dc2
Expand Down

0 comments on commit cb08615

Please sign in to comment.