cmccabe commented on pull request #10070:
URL: https://github.com/apache/kafka/pull/10070#issuecomment-781745956


   > I think we need to handle preferred leader election in a special way. For 
example, if the assigned replicas are 1,2,3, isr is 2,3 and the current leader 
is 3, when doing preferred leader election, we want to keep the leader as 3 
instead of changing it to 2.
   
   Hmm, wouldn't we want to switch the leader to 2 in that case, since 2 is 
more preferred?


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

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


Reply via email to