adoroszlai commented on code in PR #4577:
URL: https://github.com/apache/ozone/pull/4577#discussion_r1168955852
##########
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/container/replication/MisReplicationHandler.java:
##########
@@ -115,38 +115,11 @@ private Set<ContainerReplica>
filterSources(Set<ContainerReplica> replicas) {
.collect(Collectors.toSet());
}
- protected abstract ReplicateContainerCommand updateReplicateCommand(
- ReplicateContainerCommand command, ContainerReplica replica);
-
- private int sendReplicateCommands(
+ protected abstract int sendReplicateCommands(
Review Comment:
Thanks, I missed this detail.
--
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]