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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to