EdColeman commented on code in PR #4523:
URL: https://github.com/apache/accumulo/pull/4523#discussion_r1589564009


##########
core/src/main/java/org/apache/accumulo/core/spi/balancer/HostRegexTableLoadBalancer.java:
##########
@@ -466,6 +475,13 @@ public long balance(BalanceParameters params) {
           LOG.trace("Sample up to 10 outstanding migrations: {}", 
limitTen(migrations));
         }
         return minBalanceTime;
+      } else if (!myConf.concurrentTables) {
+        LOG.warn("Not balancing tables due to {} existing migrations and {}} 
is set to false",

Review Comment:
   Should this be at debug?  It seems that it will be common and would be 
expected to sort itself out eventually.  It would only be a concern is it was 
persistent?  Could the message include something to show that it may be making 
progress?  Current id being processed?  
   
   Is this a log message that quickly flood the log?  



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