-
Type:
Improvement
-
Status: Resolved
-
Priority:
Low
-
Resolution: Fixed
-
Fix Version/s: 2.0 beta 1
-
Component/s: None
-
Labels:None
Convert all the timeouts to microseconds.
Jonathan's comment from CASSANDRA-4705
millis may be too coarse a grain here, especially for Custom settings. Currently an in-memory read will typically be under 2ms and it's quite possible we can get that down to 1 if we can purge some of the latency between stages. Might as well use micros since Timer gives it to us for free
- is related to
-
CASSANDRA-4705 Speculative execution for reads / eager retries
-
- Resolved
-