Apache9 commented on a change in pull request #3660:
URL: https://github.com/apache/hbase/pull/3660#discussion_r717673243
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupInfoManagerImpl.java
##########
@@ -1192,6 +1192,10 @@ public BalanceResponse balanceRSGroup(String groupName,
BalanceRequest request)
return responseBuilder.build();
}
+ if (request.isReloadConfigs()) {
Review comment:
Introduce a util method called reloadBalancerConfig and add some
comments to say it? Just want to make the balancer code itself clean.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]