HBASE-15210 Undo aggressive load balancer logging at tens of lines per millisecond; ADDENDUM changing LOG.debug to LOG.trace -- noticed by matteo

This commit is contained in:
stack 2016-02-04 16:23:32 -08:00
parent 18eff3c1c3
commit f4d9597e1e
1 changed files with 1 additions and 1 deletions

View File

@ -844,7 +844,7 @@ public abstract class BaseLoadBalancer implements LoadBalancer {
}
}
if (LOG.isTraceEnabled()) {
LOG.debug(" Lowest locality region index is " + lowestLocalityRegionIndex
LOG.trace(" Lowest locality region index is " + lowestLocalityRegionIndex
+ " and its region server contains " + regionsPerServer[serverIndex].length
+ " regions");
}