mirror of
https://github.com/apache/druid.git
synced 2025-03-02 23:39:21 +00:00
another log fix
This commit is contained in:
parent
6fa1dfe68f
commit
93afc26d92
@ -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…
x
Reference in New Issue
Block a user