bbeaudreault commented on a change in pull request #3660:
URL: https://github.com/apache/hbase/pull/3660#discussion_r717643028
##########
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:
Thanks for the review @Apache9. I could do this, but I didn't do it
because currently we need to implement the clone and reload logic twice: here
and in HMaster.java. Would you prefer that I implement it twice?
--
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]