You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by as...@apache.org on 2021/11/26 09:27:51 UTC

[druid] branch master updated: warn when segment cannot be loaded by Historical nodes (#11849)

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 <is...@gmail.com>
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: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org