aswinshakil commented on code in PR #7065:
URL: https://github.com/apache/ozone/pull/7065#discussion_r1723972321
##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/keyvalue/KeyValueHandler.java:
##########
@@ -1202,6 +1218,7 @@ public void closeContainer(Container container)
}
container.close();
ContainerLogger.logClosed(container.getContainerData());
+ createContainerMerkleTree(container);
Review Comment:
Yes as per our discussion offline. I will add the merkle to generation to
all the paths.
--
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]