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

   This patch fixes a tight reconnection loop that may happen during shutdown.
   
   1. Node 1 and 2 (brokers) request controlled shutdown
   2. Controller grants the shutdown
   3. Controller itself shuts down (RaftManager shutdown)
   4. Node 1 and 2 continue trying to heartbeat to the now-dead controller
   5. They get stuck in this reconnection loop because the 
NodeToControllerRequestThread is still running and hasn't been shut down 
properly
   


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

Reply via email to