dielhennr opened a new pull request #11082:
URL: https://github.com/apache/kafka/pull/11082


   When the active controller encounters an event exception it attempts to 
renounce leadership. Unfortunately, this doesn't tell the RaftClient that it 
should attempt to give up leadership. This will result in inconsistent state 
with the RaftClient as leader but with the controller as inactive.
   
   We should change this implementation so that the active controller asks the 
RaftClient to resign. 
   
   https://issues.apache.org/jira/browse/KAFKA-13104


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