Ismael Juma created KAFKA-5785:
----------------------------------
Summary: Always close connection if KafkaChannel.setSend throws
exception
Key: KAFKA-5785
URL: https://issues.apache.org/jira/browse/KAFKA-5785
Project: Kafka
Issue Type: Bug
Reporter: Ismael Juma
Assignee: Ismael Juma
Fix For: 0.11.0.1, 1.0.0
The code is currently:
{code}
try {
channel.setSend(send);
} catch (CancelledKeyException e) {
this.failedSends.add(connectionId);
close(channel, false);
}
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)