sodonnel commented on code in PR #3482:
URL: https://github.com/apache/ozone/pull/3482#discussion_r893325377


##########
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/container/replication/ReplicationManager.java:
##########
@@ -219,6 +227,89 @@ public synchronized void stop() {
     }
   }
 
+  /** A stream of {@link ContainerInfo} for supporting circular iterations. */

Review Comment:
   If we limit the inflight replications, I don't think we need this change any 
longer to limit the number of containers we process. We should always just 
process all containers and then skip adding replications there are no space for 
in the queue.



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