mirror of https://github.com/apache/druid.git
DruidCoordinatorBalancer: Fix log message. (#5152)
This commit is contained in:
parent
4f5e2b4549
commit
294bd3ffb3
|
@ -99,7 +99,7 @@ public class DruidCoordinatorBalancer implements DruidCoordinatorHelper
|
||||||
|
|
||||||
if (!currentlyMovingSegments.get(tier).isEmpty()) {
|
if (!currentlyMovingSegments.get(tier).isEmpty()) {
|
||||||
reduceLifetimes(tier);
|
reduceLifetimes(tier);
|
||||||
log.info("[%s]: Still waiting on %,d segments to be moved", tier, currentlyMovingSegments.size());
|
log.info("[%s]: Still waiting on %,d segments to be moved", tier, currentlyMovingSegments.get(tier).size());
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue