kerneltime commented on code in PR #7065:
URL: https://github.com/apache/ozone/pull/7065#discussion_r1723648792
##########
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:
This would cover only the clean close condition. I guess we need to discuss
the various trigger for generating the merkle tree and the exact code path for
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]