jsancio commented on PR #15986:
URL: https://github.com/apache/kafka/pull/15986#issuecomment-2134135719

   @hachikuji, thanks for the review. The PR is ready for another round.
   
   The core of the issue that I fixed was that KRaft was sending two Fetch 
requests for the same LEO. One of the Fetch request was going to the leader 
using the Node with an id greater than or equal to 0. The second Fetch request 
was going to the leader using the Node in the bootstrap server list which had a 
negative id.
   
   I fixed the issue by updating the `RequestManager` and `KafkaRaftClient` to 
only allow one outstanding (Fetch) request.


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