[ https://issues.apache.org/jira/browse/KAFKA-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jay Kreps updated KAFKA-1279: ----------------------------- Attachment: KAFKA-1279.patch > SocketServer.shutdown() doesn't close open connections > ------------------------------------------------------ > > Key: KAFKA-1279 > URL: https://issues.apache.org/jira/browse/KAFKA-1279 > Project: Kafka > Issue Type: Bug > Reporter: Jay Kreps > Assignee: Jay Kreps > Attachments: KAFKA-1279.patch > > > SocketServer.shutdown() stops the selector thread but doesn't actually close > all the existing connections. > In normal operations this doesn't matter much because right after shutting > down the socket server the process exits which closes all the connections. > However we found this issue during unit testing--essentially we are leaking > all the connections so shutdown() doesn't actually cause any error at all on > the client which is still able to write to the socket and just never receives > a response. -- This message was sent by Atlassian JIRA (v6.1.5#6160)