warn when segment cannot be loaded by Historical nodes (#11849)

This commit is contained in:
Sandeep 2021-11-26 17:27:17 +08:00 committed by GitHub
parent b48f5a576b
commit 9bc18a93a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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) {