Fly-Style opened a new pull request, #19700: URL: https://github.com/apache/druid/pull/19700
This patch: - adds `SupervisorSpec#shouldRestartCauseTaskDisruption()` (default `true`, preserving current behavior) so a supervisor spec can opt out of disrupting its running tasks when the supervisor is stopped/recreated on restart. There are some supervisor which might not want to interrupt their tasks during spec update. - `terminate()` continues to always pass `true` (termination should always disrupt tasks). -- 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]
