siddhantsangwan commented on code in PR #8813:
URL: https://github.com/apache/ozone/pull/8813#discussion_r2229085848
##########
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:
I looked into this, the method is being used for a different purpose not
related to current changes. Should we keep it?
--
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]