Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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
Attachments
Issue Links
- is fixed by
-
KAFKA-18164 Empty in memory acknowledgements when a shareAcknowledge request fails
- Resolved