jsancio opened a new pull request, #13227:
URL: https://github.com/apache/kafka/pull/13227

   Extend the implementation of ProcessTerminatingFaultHandler to support 
calling either Exit.halt or Exit.exit. Change the fault handler used by the 
Controller thread and the KRaft thread to use a halting fault handler.
   
   Those two threads cannot call Exit.exit because Runtime.exit joins on the 
default shutdown hook thread. The shutdown hook thread joins on the controller 
and kraft thread terminating. This causes a deadlock.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to