jsancio commented on pull request #11733:
URL: https://github.com/apache/kafka/pull/11733#issuecomment-1071229122


   > The PR looks good overall. I think there is one problem with the fetch 
validation. We are expecting that followers will detect the RECOVERED state 
through a `LeaderAndIsr` request from the controller. However, 
leaders/followers only accept`LeaderAndIsr` requests if there is an epoch bump, 
and that does not happen for `AlterPartition` requests. For KRaft, I think it 
is not a problem.
   
   You are correct. I removed the FETCH request validation looking at the 
leader recovery state and file this issue: 
https://issues.apache.org/jira/browse/KAFKA-13754
   
   This is okay because at the moment the topic partition leader immediately 
marks the partition as recovered.


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


Reply via email to