devabhishekpal commented on code in PR #9867:
URL: https://github.com/apache/ozone/pull/9867#discussion_r2888386433
##########
hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto:
##########
@@ -1726,6 +1730,19 @@ message PartKeyInfo {
required KeyInfo partKeyInfo = 3;
}
+message MultipartPartInfo {
Review Comment:
Hmm, moving this to storage protos seems to touch many files.
`OzoneAclInfo` in the `OmStorageProtocol` is the copy of the same message in
`OmClientProtocol`
So currently build failures are caused by this duplicate conflict.
We can remove the OzoneAclInfo from storage protos and inherit from the
client protos - this would need changes in the imports for classes which refer
to the OzoneAclInfo from storage protos.
Alternatively we need to copy over `KeyLocationList`,
`FileEncryptionInfoProto` and `FileChecksumProto` but that seems like duplicate
changes.
--
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]