Apache9 commented on a change in pull request #3162:
URL: https://github.com/apache/hbase/pull/3162#discussion_r615249857
##########
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:
Oh, Thanks. Should be a rebase issue. Let me remove this method.
--
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]