brfrn169 commented on a change in pull request #1320: HBASE-8458 Support for
batch version of checkAndPut() and checkAndDel…
URL: https://github.com/apache/hbase/pull/1320#discussion_r399612179
##########
File path: hbase-protocol/src/main/protobuf/Client.proto
##########
@@ -509,12 +511,15 @@ message RegionActionResult {
message MultiRequest {
repeated RegionAction regionAction = 1;
optional uint64 nonceGroup = 2;
+ // Moved this to RegionAction in HBASE-8458. Keep it for backward
compatibility. Need to remove
+ // it in the future.
optional Condition condition = 3;
}
message MultiResponse {
repeated RegionActionResult regionActionResult = 1;
- // used for mutate to indicate processed only
+ // Moved this to RegionActionResult in HBASE-8458. Keep it for backward
compatibility. Need to
+ // remove it in the future.
Review comment:
For backward compatibility, we will use these fields.
----------------------------------------------------------------
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