hanishakoneru commented on a change in pull request #704: HDDS-1393. Convert 
all OM Bucket related operations to HA model.
URL: https://github.com/apache/hadoop/pull/704#discussion_r273271723
 
 

 ##########
 File path: hadoop-ozone/common/src/main/proto/OzoneManagerProtocol.proto
 ##########
 @@ -479,6 +479,7 @@ message InfoBucketResponse {
 
 message SetBucketPropertyRequest {
     required BucketArgs bucketArgs = 1;
+    optional BucketInfo bucketInfo = 2;
 
 Review comment:
   BucketArgs and BucketInfo have a lot of common fields. Can we combine them 
into one proto? 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to