kafka/core
Jason Gustafson a450fb70c1
KAFKA-14078; Do leader/epoch validation in Fetch before checking for valid replica (#12411)
After the fix for https://github.com/apache/kafka/pull/12150, if a follower receives a request from another replica, it will return UNKNOWN_LEADER_EPOCH even if the leader epoch matches. We need to do epoch leader/epoch validation first before we check whether we have a valid replica.

Reviewers: David Jacot <djacot@confluent.io>
2022-07-25 13:24:40 -07:00
..
src KAFKA-14078; Do leader/epoch validation in Fetch before checking for valid replica (#12411) 2022-07-25 13:24:40 -07:00
.gitignore KAFKA-4848: Fix retryWithBackoff deadlock issue 2017-03-20 21:56:15 -07:00