jtuglu1 commented on code in PR #19091: URL: https://github.com/apache/druid/pull/19091#discussion_r2907033279
########## indexing-service/src/main/java/org/apache/druid/indexing/seekablestream/supervisor/SeekableStreamSupervisor.java: ########## Review Comment: do we not need to set `hasTaskRolloverStarted.set(true);` here as well for completeness? For example, what if a user manually triggers this handoff from the UI – should we not check to scale then? -- 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]
