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 2020/03/05 09:52:07 UTC

[GitHub] [hbase] infraio commented on a change in pull request #1174: HBASE-23827 [HBCK2] Add mergeRegions method to hbck service

infraio commented on a change in pull request #1174: HBASE-23827 [HBCK2] Add mergeRegions method to hbck service
URL: https://github.com/apache/hbase/pull/1174#discussion_r388184231
 
 

 ##########
 File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterRpcServices.java
 ##########
 @@ -2458,6 +2443,48 @@ public FileArchiveNotificationResponse reportFileArchival(RpcController controll
  
   // HBCK Services
 
+  @Override
+  public MergeTableRegionsResponse mergeRegions(RpcController c, MergeTableRegionsRequest request)
 
 Review comment:
   Can we just add a boolean flag to MergeTableRegionsRequest?

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


With regards,
Apache Git Services