errose28 commented on code in PR #7191:
URL: https://github.com/apache/ozone/pull/7191#discussion_r1757637258


##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/replication/ReplicationSupervisor.java:
##########
@@ -240,6 +242,7 @@ public void addTask(AbstractReplicationTask task) {
           failureCounter.put(task.getMetricName(), new AtomicLong(0));
           timeoutCounter.put(task.getMetricName(), new AtomicLong(0));
           skippedCounter.put(task.getMetricName(), new AtomicLong(0));
+          requestTotalTime.put(task.getMetricName(), new AtomicLong(0));

Review Comment:
   Should we add queued count here as well? The replication supervisor already 
has this information, but it is exposed via the individual commands instead. It 
might be more intuitive to have it here as well.



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