umamaheswararao commented on code in PR #3542:
URL: https://github.com/apache/ozone/pull/3542#discussion_r906276739
##########
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/container/ECContainerReplicaCount.java:
##########
@@ -68,16 +70,27 @@ public class ECContainerReplicaCount {
private final Map<Integer, Integer> healthyIndexes = new HashMap<>();
private final Map<Integer, Integer> decommissionIndexes = new HashMap<>();
private final Map<Integer, Integer> maintenanceIndexes = new HashMap<>();
+ private final Set<ContainerReplica> replicas;
public ECContainerReplicaCount(ContainerInfo containerInfo,
- Set<ContainerReplica> replicas, List<Integer> indexesPendingAdd,
- List<Integer> indexesPendingDelete, int remainingMaintenanceRedundancy) {
+ Set<ContainerReplica> replicas,
+ final ContainerReplicaPendingOps pendingOps,
Review Comment:
I updated it to take List<ContainerReplicaOP>
--
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]