mirror of https://github.com/apache/druid.git
another log fix
This commit is contained in:
parent
bf8c24f88d
commit
872a699142
|
@ -208,7 +208,7 @@ public class LoadQueuePeon
|
|||
}
|
||||
}
|
||||
|
||||
log.info("Asking server peon[%s] to drop segment[%s]", basePath, segment);
|
||||
log.info("Asking server peon[%s] to drop segment[%s]", basePath, segment.getIdentifier());
|
||||
segmentsToDrop.add(holder);
|
||||
doNext();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue