This is an automated email from the ASF dual-hosted git repository.
kfaraz 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 30f3cf50174 Add more info in MSQ export log message (#16363)
30f3cf50174 is described below
commit 30f3cf50174ef88e059cfb8560772c8de9fe528b
Author: Adarsh Sanjeev <[email protected]>
AuthorDate: Thu May 9 13:02:19 2024 +0530
Add more info in MSQ export log message (#16363)
---
.../src/main/java/org/apache/druid/msq/exec/ControllerImpl.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/exec/ControllerImpl.java
b/extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/exec/ControllerImpl.java
index db7c6838ba7..72728c60564 100644
---
a/extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/exec/ControllerImpl.java
+++
b/extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/exec/ControllerImpl.java
@@ -1565,7 +1565,7 @@ public class ControllerImpl implements Controller
Object resultObjectForStage =
queryKernel.getResultObjectForStage(finalStageId);
if (!(resultObjectForStage instanceof List)) {
// This might occur if all workers are running on an older version. We
are not able to write a manifest file in this case.
- log.warn("Was unable to create manifest file due to ");
+ log.warn("Unable to create export manifest file. Received result[%s]
from worker instead of a list of file names.", resultObjectForStage);
return;
}
@SuppressWarnings("unchecked")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]