[
https://issues.apache.org/jira/browse/KAFKA-18165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17903461#comment-17903461
]
Shivsundar R commented on KAFKA-18165:
--------------------------------------
Fix for this is being pushed along with fix for
https://issues.apache.org/jira/browse/KAFKA-18164.
PR here : [https://github.com/apache/kafka/pull/18063]
> Update nodesWithPendingRequests only when a request successfully builds
> -----------------------------------------------------------------------
>
> Key: KAFKA-18165
> URL: https://issues.apache.org/jira/browse/KAFKA-18165
> Project: Kafka
> Issue Type: Sub-task
> Reporter: Chirag Wadhwa
> Assignee: Shivsundar R
> Priority: Major
>
> nodesWithPendingRequests is being updated everytime, even when the request
> could not be built (requestBuilder is null). This should not be the case, as
> it would not allow any further requests to be sent seeing the node occupied
> already.
>
> Fix - update nodesWithPendingRequests only if a request was built successfully
--
This message was sent by Atlassian Jira
(v8.20.10#820010)