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/04/17 08:13:38 UTC

[GitHub] [hbase] nyl3532016 commented on a change in pull request #3162: HBASE-25290 Remove table on master related code in balancer implementation

nyl3532016 commented on a change in pull request #3162:
URL: https://github.com/apache/hbase/pull/3162#discussion_r615225158



##########
File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/balancer/BaseLoadBalancer.java
##########
@@ -1335,6 +1236,20 @@ protected final boolean idleRegionServerExist(Cluster c){
     return isServerExistsWithMoreRegions && isServerExistsWithZeroRegions;
   }
 
+  /**
+   * Assign system regions to master in maintenanceMode
+   */
+  @NonNull
+  protected final Map<ServerName, List<RegionInfo>>
+    assignSystemRegionsToMaster(Collection<RegionInfo> regions, List<ServerName> servers) {

Review comment:
        maintenanceMode has special balancer, so this method is no used?




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