ShivsundarR opened a new pull request, #18063: URL: https://github.com/apache/kafka/pull/18063
*What* If there were acknowledgements to be sent, and we had a share session epoch of 0, we were still attempting to send these acknowledgements, as this map was not cleared at all. This led to the consumer hanging, it assumed it had sent the acknowledgements, but it is actually just re-attempting forever, but the `ShareSessionHandler` would not allow a `ShareAcknowledge` to be sent on epoch = 0. This meant both fetching and acknowledging were blocked in the consumers. PR fixes this bug and the one mentioned in https://issues.apache.org/jira/browse/KAFKA-18165 where we were not updating `nodesWithPendingRequests` correctly in one case. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
