Ismael Juma created KAFKA-5790: ---------------------------------- Summary: SocketServer.processNewResponses should not skip a response if exception is thrown Key: KAFKA-5790 URL: https://issues.apache.org/jira/browse/KAFKA-5790 Project: Kafka Issue Type: Bug Reporter: Ismael Juma Assignee: Ismael Juma Priority: Critical Fix For: 0.11.0.1, 1.0.0
The current code has a try/finally that causes a response to be dropped when an exception is thrown during `processNewResponses`. This could one of the reasons for KAFKA-4669. -- This message was sent by Atlassian JIRA (v6.4.14#64029)