adoroszlai commented on code in PR #9472:
URL: https://github.com/apache/ozone/pull/9472#discussion_r2626139551
##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/container/ContainerInfo.java:
##########
@@ -118,8 +125,7 @@ public static ContainerInfo
fromProtobuf(HddsProtos.ContainerInfoProto info) {
.setContainerID(info.getContainerID())
.setDeleteTransactionId(info.getDeleteTransactionId())
.setReplicationConfig(config)
- .setSequenceId(info.getSequenceId())
- .build();
Review Comment:
Created HDDS-14196.
--
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]