kfaraz commented on code in PR #16844:
URL: https://github.com/apache/druid/pull/16844#discussion_r1707212026
##########
indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/supervisor/SeekableStreamSupervisor.java:
##########
@@ -1260,6 +1260,30 @@ public void tryInit()
}
}
+ public boolean markSuperviosrIdleIfInactiveOnStartup()
Review Comment:
Can't the new logic just be a part of the existing method
`checkIfStreamInactiveAndTurnSupervisorIdle()`?
That method is anyway invoked before creating new tasks and is already
handling other required things.
--
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]