DomGarguilo commented on code in PR #4821:
URL: https://github.com/apache/accumulo/pull/4821#discussion_r1729082058
##########
server/manager/src/main/java/org/apache/accumulo/manager/tableOps/merge/ReserveTablets.java:
##########
@@ -71,7 +71,7 @@ public long isReady(FateId fateId, Manager env) throws
Exception {
int locations = 0;
int wals = 0;
- var startTime = NanoTime.now();
+ var startTime = Timer.startNew();
Review Comment:
In 453fa35 I went through and replaced the few places where the returned
value of `elapsed()` was immediately being converted.
--
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]