dlmarion commented on code in PR #4592:
URL: https://github.com/apache/accumulo/pull/4592#discussion_r1611599854


##########
core/src/main/java/org/apache/accumulo/core/spi/balancer/HostRegexTableLoadBalancer.java:
##########
@@ -518,6 +518,8 @@ public long balance(BalanceParameters params) {
 
       migrationsOut.addAll(newMigrations);
       if (migrationsOut.size() >= myConf.maxTServerMigrations) {
+        LOG.warn("Table {} migration size : {} is over tserver migration max: 
{}", tableId,

Review Comment:
   I'm wondering if this should be `debug` instead of `warn`. I think the code 
will process this batch of migrations because it's exceeded the batch size, but 
I'm pretty sure that it will come right back to this code and get the 
migrations for the rest of the tables.



-- 
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: notifications-unsubscr...@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to