[ https://issues.apache.org/jira/browse/KAFKA-2801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rajini Sivaram updated KAFKA-2801: ---------------------------------- Status: Patch Available (was: Open) Have run all existing unit tests. Can't think of an easy way to add a new unit test to catch this scenario. It will be good if the fix can be included in 0.9.0. > Data read from network not processed by SSL transport layer > ----------------------------------------------------------- > > Key: KAFKA-2801 > URL: https://issues.apache.org/jira/browse/KAFKA-2801 > Project: Kafka > Issue Type: Bug > Components: network > Affects Versions: 0.9.0.0 > Reporter: Rajini Sivaram > Assignee: Rajini Sivaram > Priority: Blocker > Fix For: 0.9.0.0 > > > We have been seeing intermittent failures in our performance tests when > producer times out while waiting for metadata response, when running with > SSL. Digging deeper into this failure, this is a result of data that was read > into _SslTransporLayer.netReadBuffer_ during handshake processing, but never > processed later unless more data arrives on the network. In the case of the > producer, no more data is sent until the metadata response is received and > hence metadata request is never processed, leading to timeouts in the > producer. -- This message was sent by Atlassian JIRA (v6.3.4#6332)