mirror of https://github.com/apache/druid.git
warn when segment cannot be loaded by Historical nodes (#11849)
This commit is contained in:
parent
b48f5a576b
commit
9bc18a93a2
|
@ -122,7 +122,7 @@ public class CoordinatorBasedSegmentHandoffNotifier implements SegmentHandoffNot
|
|||
}
|
||||
}
|
||||
if (!handOffCallbacks.isEmpty()) {
|
||||
log.info("Still waiting for Handoff for [%d] Segments", handOffCallbacks.size());
|
||||
log.warn("Still waiting for Handoff for [%d] Segments", handOffCallbacks.size());
|
||||
}
|
||||
}
|
||||
catch (Throwable t) {
|
||||
|
|
Loading…
Reference in New Issue