cshannon commented on code in PR #4523:
URL: https://github.com/apache/accumulo/pull/4523#discussion_r1589583756
##########
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:
Yeah this should likely be debug or trace, I just copied it from above and
didn't pay attention but that would definitely flood things pretty quickly and
it is expected.
--
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]