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

karan 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 6e507a62d0a Info logging for failures for cancellation (#18046)
6e507a62d0a is described below

commit 6e507a62d0ad907c1792c1b3a4217dec8a4f9bda
Author: Karan Kumar <[email protected]>
AuthorDate: Thu May 29 19:44:54 2025 +0530

    Info logging for failures for cancellation (#18046)
---
 .../main/java/org/apache/druid/server/AsyncQueryForwardingServlet.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/services/src/main/java/org/apache/druid/server/AsyncQueryForwardingServlet.java
 
b/services/src/main/java/org/apache/druid/server/AsyncQueryForwardingServlet.java
index f626b45d97f..93bcf6eeb98 100644
--- 
a/services/src/main/java/org/apache/druid/server/AsyncQueryForwardingServlet.java
+++ 
b/services/src/main/java/org/apache/druid/server/AsyncQueryForwardingServlet.java
@@ -334,7 +334,7 @@ public class AsyncQueryForwardingServlet extends 
AsyncProxyServlet implements Qu
       // issue async requests
       Response.CompleteListener completeListener = result -> {
         if (result.isFailed()) {
-          LOG.noStackTrace().warn(
+          LOG.noStackTrace().info(
               result.getFailure(),
               "Failed to forward cancellation request to [%s]",
               server.getHost()


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

Reply via email to