divijvaidya commented on PR #13765: URL: https://github.com/apache/kafka/pull/13765#issuecomment-1573957094
> the old code was increasing the leader epoch when with the ISR shrinks but not when the ISR expands Thank you, I didn't realise that. Next, 1. We change leader epoch when a replica is removed and shrinks the ISR (without a leader-re-election). Is that correct? Is yes, then should we also removing the logic to increment the epoch in such situations to keep the definition of leader epoch consistent? 2. Is a similar change required for Zk code path? -- 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