DomGarguilo opened a new pull request, #4785: URL: https://github.com/apache/accumulo/pull/4785
This PR removes the NanoTime object and replaces its usages with the new Timer object (added in #4784). Most of the changes here are straight forward. It would be helpful if reviewers could look at the changes in `ZooStore` where `Timer` was no longer a good fit so I used Long instead to represent the timestamp. Also taking a look at the spots where `.elapsed().compareTo()` was replaced with `.hasElapsed()` would be helpful to make sure I got that right. -- 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]
