gianm opened a new pull request, #18767:
URL: https://github.com/apache/druid/pull/18767

   Previously, if a supervisor was stopped while discovering tasks or updating 
their status, it could end up trying to kill those tasks because the callbacks 
on the requests to those tasks could fail as a result of the stopping. There 
should be no reason for an actively-stopping supervisor to kill a task, so this 
patch causes the shutdown functions to be no-ops while a supervisor is stopping.
   
   This patch also ensures that when a supervisor transitions into the STOPPING 
state, that state takes priority over any other state.


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