apurtell commented on a change in pull request #2261: URL: https://github.com/apache/hbase/pull/2261#discussion_r489023341
########## File path: hbase-protocol-shaded/src/main/protobuf/server/master/Master.proto ########## @@ -693,6 +694,14 @@ message SwitchExceedThrottleQuotaResponse { required bool previous_exceed_throttle_quota_enabled = 1; } +message BalancerDecisionsRequest { + optional uint32 limit = 1; +} + +message BalancerDecisionsResponse { Review comment: Ok. Please add a comment that explains this in the proto file where these definitions are made. Can be done at commit time, np. ---------------------------------------------------------------- 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: us...@infra.apache.org