sodonnel commented on code in PR #3956:
URL: https://github.com/apache/ozone/pull/3956#discussion_r1021855187
##########
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/container/replication/ReplicationQueue.java:
##########
@@ -62,6 +70,11 @@ public void
enqueue(ContainerHealthResult.OverReplicatedHealthResult
return overRepQueue.poll();
}
+ public ContainerHealthResult.MisReplicatedHealthResult
+ dequeueMisReplicatedContainer() {
Review Comment:
We can add something in a later PR to process this queue. No need to add a
dummy handler now as there are no releases due soon off the master branch.
--
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]