You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by "abhishekagarwal87 (via GitHub)" <gi...@apache.org> on 2023/05/09 11:09:04 UTC

[GitHub] [druid] abhishekagarwal87 commented on a diff in pull request #14192: Improve error message

abhishekagarwal87 commented on code in PR #14192:
URL: https://github.com/apache/druid/pull/14192#discussion_r1188497281


##########
indexing-service/src/main/java/org/apache/druid/indexing/worker/executor/ExecutorLifecycle.java:
##########
@@ -156,7 +156,7 @@ public void start() throws InterruptedException
             }
 
             // Kind of gross, but best way to kill the JVM as far as I know
-            log.info("Triggering JVM shutdown.");
+            log.info("Task JVM is being killed by the Overlord.");

Review Comment:
   ```suggestion
               log.info("Triggering JVM shutdown. Check overlord logs to see why the task is being shut down.");
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org