ivakegg commented on a change in pull request #2006:
URL: https://github.com/apache/accumulo/pull/2006#discussion_r610798225
##########
File path:
server/base/src/main/java/org/apache/accumulo/server/master/balancer/HostRegexTableLoadBalancer.java
##########
@@ -252,6 +252,14 @@ protected void parseConfiguration(ServerConfiguration
conf) {
tableIdToTableName = ImmutableMap.copyOf(tableIdToTableNameBuilder);
poolNameToRegexPattern =
ImmutableMap.copyOf(poolNameToRegexPatternBuilder);
+ LOG.info("{}", this);
Review comment:
It put it there because the other configuration mechanism had the same
thing. I thing it is reasonable to have a record of when the new configuration
is picked up.
--
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]