sumitagrawl commented on code in PR #8813:
URL: https://github.com/apache/ozone/pull/8813#discussion_r2221189310
##########
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/container/replication/ContainerReplicaOp.java:
##########
@@ -30,19 +30,29 @@ public class ContainerReplicaOp {
private final int replicaIndex;
private final SCMCommand<?> command;
private final long deadlineEpochMillis;
+ private final long containerSize;
public static ContainerReplicaOp create(PendingOpType opType,
DatanodeDetails target, int replicaIndex) {
- return new ContainerReplicaOp(opType, target, replicaIndex, null,
System.currentTimeMillis());
+ return new ContainerReplicaOp(opType, target, replicaIndex, null,
Review Comment:
We may need EC case calling this constructor, can remove this to avoid
missing size population
--
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]