DomGarguilo opened a new pull request, #4821:
URL: https://github.com/apache/accumulo/pull/4821

   This PR exists to merge recent changes to time keeping code up from main 
into elasticity.
   
   `Timer` and `CountdownTimer` were created to replace `NanoTime`. I tried to 
replace all of the usages of `NanoTime` with what made the most sense which in 
most cases was `Timer`. 
   
   There was one instance where the `NanoTime` was being used as a point in 
time to compare to other values. I could not think of a great way to do this 
using the other objects so instead went back to using `System.nanoTime()`. 
These changes were made in `ClientTabletCache` and 
`ClientTabletCacheImpl._findTablet()`. Review would be most helpful in these 
areas.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to