dcapwell commented on code in PR #3174:
URL: https://github.com/apache/cassandra/pull/3174#discussion_r1548593832


##########
src/java/org/apache/cassandra/service/accord/repair/AccordRepair.java:
##########
@@ -120,7 +135,7 @@ private void repairRange(TokenRange range) throws Throwable
             BigInteger remaining = rangeSize.subtract(offset);
             BigInteger length = remaining.min(rangeStep);
 
-            long start = ctx.clock().nanoTime();
+            long start = Clock.Global.nanoTime();

Review Comment:
   ```suggestion
               long start = ctx.clock().nanoTime();
   ```



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to