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


##########
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:
   added caching for the warn level message and dropped this down to debug by 
default. 



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