You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Marianne Lyne Manaog (Jira)" <ji...@apache.org> on 2022/12/02 12:38:00 UTC

[jira] [Created] (CASSANDRA-18086) Bug fix for 'wait' time to be in nanoseconds for consistency instead of microseconds

Marianne Lyne Manaog created CASSANDRA-18086:
------------------------------------------------

             Summary: Bug fix for 'wait' time to be in nanoseconds for consistency instead of microseconds
                 Key: CASSANDRA-18086
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18086
             Project: Cassandra
          Issue Type: Bug
            Reporter: Marianne Lyne Manaog
            Assignee: Marianne Lyne Manaog


While working on benchmarking Paxos improvements in OSS Cassandra, [~benedict] was asked to review the work and thus found that the wait time was input in microseconds but then output incorrectly in the ContentionStrategy.java file, i.e., by summing up a wait time in nanoseconds with another wait time in microseconds (two different units used mistakenly). So, Benedict suggested the fix whereby the output wait time was then enforced to be consistently in nanoseconds.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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