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

   The main controller thread in the MSQ controller could block if a task 
failed while the worker ares launching. 
   A dead lock was created where retry event is added in the queue of the 
controller thread but since the controller thread is blocked, it never really 
consumes the event. 
   
   This patch adds a failure handler which can be executed whenever a task 
fails and queue it for retry if applicable. 
   


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