Jose Armando Garcia Sancio created KAFKA-13754:
--------------------------------------------------
Summary: Follower should reject Fetch request while the leader is
recovering
Key: KAFKA-13754
URL: https://issues.apache.org/jira/browse/KAFKA-13754
Project: Kafka
Issue Type: Task
Reporter: Jose Armando Garcia Sancio
Assignee: Jose Armando Garcia Sancio
In the PR for KIP-704 we removed leader recovery state validation from the
FETCH. This is okay because the leader immediately recovers the partition.
We should enable this validation before implementing log recovery from unclean
leader election.
The old implementation and test is in this commit:
https://github.com/apache/kafka/pull/11733/commits/c7e54b8f6cef087deac119d61a46d3586ead72b9
--
This message was sent by Atlassian Jira
(v8.20.1#820001)