ctubbsii commented on code in PR #5424:
URL: https://github.com/apache/accumulo/pull/5424#discussion_r2011148631


##########
core/src/main/java/org/apache/accumulo/core/spi/balancer/HostRegexTableLoadBalancer.java:
##########
@@ -153,7 +153,7 @@ static class HrtlbConf {
     private final Map<String,Pattern> poolNameToRegexPattern;
 
     HrtlbConf(PluginEnvironment.Configuration conf) {
-      System.out.println("building hrtlb conf");
+      LOG.info("Building conf");

Review Comment:
   On second thought, a lot of the other log messages in here are INFO. So, 
this one is probably fine, too.



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

Reply via email to