uds5501 commented on code in PR #18466:
URL: https://github.com/apache/druid/pull/18466#discussion_r2371061418


##########
indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/SeekableStreamIndexTaskRunner.java:
##########
@@ -452,9 +457,10 @@ private TaskStatus runInternal(TaskToolbox toolbox) throws 
Exception
 
     //milliseconds waited for created segments to be handed off
     long handoffWaitMs = 0L;
-
+    log.info("Task perpetually running: %s", task.isPerpetuallyRunning());

Review Comment:
   It's already in `runInternal()`



-- 
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