Skip to content

Commit caf69c1

Browse files
committed
Applied comments
1 parent 6913762 commit caf69c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/fsck/ContainerHealthTask.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ protected void runTask() throws Exception {
146146
initializeUnhealthyContainerStateStatsMap(
147147
unhealthyContainerStateStatsMap);
148148
long start = Time.monotonicNow();
149-
long currentTime = Time.monotonicNow();
149+
long currentTime = System.currentTimeMillis();
150150
long existingCount = processExistingDBRecords(Time.monotonicNow(),
151151
unhealthyContainerStateStatsMap);
152152
LOG.debug("Container Health task thread took {} milliseconds to" +

0 commit comments

Comments
 (0)