Rajini Sivaram created KAFKA-2801: ------------------------------------- Summary: 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)