saintstack 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_r397615926
##########
File path: hbase-protocol-shaded/src/main/protobuf/Client.proto
##########
@@ -511,12 +513,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.
Review comment:
See "deprecated (field option):" in
https://developers.google.com/protocol-buffers/docs/proto ... Seems appropriate
here.
----------------------------------------------------------------
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