peterxcli commented on code in PR #8096:
URL: https://github.com/apache/ozone/pull/8096#discussion_r1997527850


##########
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/fsck/ContainerHealthTask.java:
##########
@@ -146,8 +146,8 @@ protected void runTask() throws Exception {
       initializeUnhealthyContainerStateStatsMap(
           unhealthyContainerStateStatsMap);
       long start = Time.monotonicNow();
-      long currentTime = System.currentTimeMillis();
-      long existingCount = processExistingDBRecords(currentTime,
+      long currentTime = Time.monotonicNow();
+      long existingCount = processExistingDBRecords(Time.monotonicNow(),

Review Comment:
   Does this also used for duration calculation? If I'm wrong, please correct 
me. Thanks!



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