This is an automated email from the ASF dual-hosted git repository.

asdf2014 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 9bc18a9  warn when segment cannot be loaded by Historical nodes 
(#11849)
9bc18a9 is described below

commit 9bc18a93a29f1eea699894733fdd50035ce473e5
Author: Sandeep <[email protected]>
AuthorDate: Fri Nov 26 17:27:17 2021 +0800

    warn when segment cannot be loaded by Historical nodes (#11849)
---
 .../druid/segment/handoff/CoordinatorBasedSegmentHandoffNotifier.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/server/src/main/java/org/apache/druid/segment/handoff/CoordinatorBasedSegmentHandoffNotifier.java
 
b/server/src/main/java/org/apache/druid/segment/handoff/CoordinatorBasedSegmentHandoffNotifier.java
index fa88402..09a5500 100644
--- 
a/server/src/main/java/org/apache/druid/segment/handoff/CoordinatorBasedSegmentHandoffNotifier.java
+++ 
b/server/src/main/java/org/apache/druid/segment/handoff/CoordinatorBasedSegmentHandoffNotifier.java
@@ -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) {

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to