ptlrs commented on code in PR #7934:
URL: https://github.com/apache/ozone/pull/7934#discussion_r2019095311
##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/keyvalue/TarContainerPacker.java:
##########
@@ -108,6 +121,20 @@ public byte[]
unpackContainerData(Container<KeyValueContainerData> container,
return descriptorFileContent;
}
+ private void persistCustomContainerState(Container<KeyValueContainerData>
container, byte[] descriptorContent,
Review Comment:
Since this class `implements ContainerPacker<KeyValueContainerData>` I kept
it consistent with the other methods. I have now made it generic since it's now
part of the interface.
--
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]