adoroszlai commented on code in PR #9867: URL: https://github.com/apache/ozone/pull/9867#discussion_r2888433786
########## hadoop-ozone/interface-storage/src/main/proto/OmStorageProtocol.proto: ########## @@ -30,6 +30,7 @@ option java_generate_equals_and_hash = true; package hadoop.ozone; import "hdds.proto"; +import "OmClientProtocol.proto"; Review Comment: > Are you okay with keeping multipartinfo in OmClient then? Yes... > We can remove the OzoneAclInfo from storage protos No, that would defeat the purpose of `interface-storage`. -- 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]
