Description
While working on benchmarking Paxos improvements in OSS Cassandra, the results for paxos variant V2 with 100 partitions is much lower than the V1. Results were shown to benedict and he found the incorrect formula for waitNanos in Clock.java.
Also, tests were added to verify behaviour of ContentionStrategy backoff methods
Test behaviour fixed in CASSANDRA-18086 plus another one-line bug fix in Clock.waitUntil().
Attachments
Issue Links
- is caused by
-
CASSANDRA-17164 CEP-14: Paxos Improvements
- Resolved
- is superceded by
-
CASSANDRA-18086 Bug fix for 'wait' time to be in nanoseconds for consistency instead of microseconds
- Resolved
- relates to
-
CASSANDRA-18086 Bug fix for 'wait' time to be in nanoseconds for consistency instead of microseconds
- Resolved