devabhishekpal commented on code in PR #9867: URL: https://github.com/apache/ozone/pull/9867#discussion_r2888421996
########## 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: Yes, here is the gist I kind of figured out https://github.com/apache/ozone/pull/9867#discussion_r2888386433 Thanks for the context. Are you okay with keeping multipartinfo in OmClient then? -- 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]
