Caleb Rackliffe created CASSANDRA-19454:
-------------------------------------------

             Summary: Revert switch to approximate time in Dispatcher to avoid 
mixing with nanoTime() in downstream timeout calculations
                 Key: CASSANDRA-19454
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-19454
             Project: Cassandra
          Issue Type: Bug
            Reporter: Caleb Rackliffe
            Assignee: Caleb Rackliffe


CASSANDRA-15241 changed {{Dispatcher}} to use the {{approxTime}} implementation 
of {{MonotonicClock}} rather than {{nanoTime()}}, but clock drift between the 
two, can potentially cause queries to time out more quickly. We should be able 
to revert the {{Dispatcher}} to use {{nanoTime()}} again and similarly change 
{{QueriesTable} to {{nanoTime()}} as well for consistency.



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

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

Reply via email to