You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2021/06/22 01:16:21 UTC

[GitHub] [hbase] ndimiduk commented on a change in pull request #3396: HBASE-26010 Backport HBASE-25703 and HBASE-26002 to branch-2.3

ndimiduk commented on a change in pull request #3396:
URL: https://github.com/apache/hbase/pull/3396#discussion_r655805429



##########
File path: hbase-protocol/src/main/protobuf/MultiRowMutation.proto
##########
@@ -37,9 +37,11 @@ message MutateRowsRequest {
   optional uint64 nonce_group = 2;
   optional uint64 nonce = 3;
   optional RegionSpecifier region = 4;
+  repeated Condition condition = 5;
 }
 
 message MutateRowsResponse {
+  optional bool processed = 1;

Review comment:
       Is this a backward-incompatible breaking change to the wire format? How does a client generated against the old definition handle the presence of any 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:
users@infra.apache.org