kfaraz commented on code in PR #18466:
URL: https://github.com/apache/druid/pull/18466#discussion_r2386852819
##########
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:
👍🏻
Move this log line to the start of this method.
```suggestion
log.info("Running task[%s] in persisted[%s] mode.", task.getId(),
task.isPerpetuallyRunning());
```
--
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]