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


##########
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:
   @ddanielr It looks like this was just a comment that was added during 
development. It likely doesn't have much value anymore. At the very least, I'd 
set it to trace, not info. Info is too high for this, and it is too sparse on 
details to be very useful as-is.



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