bharatviswa504 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_r273290389
##########
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:
Addressed for now as making bucketArgs as optional, so that we will not set
this during creating OMRequest in startTransaction, and we don't write
duplicate data into raft log.
Added a TODO for the suggested, as discussed offline.
----------------------------------------------------------------
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]