wchevreuil commented on a change in pull request #864: HBASE-23313 [hbck2] 
setRegionState should update Master in-memory sta…
URL: https://github.com/apache/hbase/pull/864#discussion_r349714891
 
 

 ##########
 File path: hbase-protocol-shaded/src/main/protobuf/Master.proto
 ##########
 @@ -1152,6 +1161,10 @@ service HbckService {
   rpc SetTableStateInMeta(SetTableStateInMetaRequest)
     returns(GetTableStateResponse);
 
+  /** Update state of the table in meta only*/
+  rpc SetRegionStateInMeta(SetRegionStateInMetaRequest)
+    returns(GetRegionStateResponse);
 
 Review comment:
   Ah, yeah, I actually just used `SetTableStateInMeta` as my template here. I 
can fix it to be consistent with the method name. Also just noticed a 
copy&paste mistake in the comment. Will correct that as well on the next commit.

----------------------------------------------------------------
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

Reply via email to