DruidCoordinatorBalancer: Fix log message. (#5152)

This commit is contained in:
Gian Merlino 2017-12-11 20:27:37 -08:00 committed by GitHub
parent 4f5e2b4549
commit 294bd3ffb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ public class DruidCoordinatorBalancer implements DruidCoordinatorHelper
if (!currentlyMovingSegments.get(tier).isEmpty()) {
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;
}