mumrah commented on pull request #9100:
URL: https://github.com/apache/kafka/pull/9100#issuecomment-692859976


   Recent changes include:
   
   * Controller no longer sends LeaderAndIsr, only UpdateMetadata (more more 
leader epoch bump)
   * Update Partition's ISR from AlterIsr response
   * Periodic scheduled thread for calling "propagateIsrChanges" in 
AlterIsrManager (we could miss updates otherwise)
   * Top-level error handling in AlterIsrManager
   * Additional checks in AlterIsrManager to prevent multiple in-flight 
requests and also prevent multiple ISR changes for a 
    given partition
   * Changes to the callback logic to ensure we don't leave any partitions stuck
   
   


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