[ 
https://issues.apache.org/jira/browse/KAFKA-2609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14943386#comment-14943386
 ] 

Rajini Sivaram commented on KAFKA-2609:
---------------------------------------

Another issue to test is the inconsistency in the behaviour of Selector.send() 
between PLAINTEXT and SSL. send() always succeeds with PLAINTEXT, but with SSL, 
it throws an IllegalStateException if handshake is in progress. This has been 
working fine with the initial handshake, but not sure if this exception is 
handled by producers/consumers/brokers if renegotiation is in progress.

> SSL renegotiation code paths need more tests
> --------------------------------------------
>
>                 Key: KAFKA-2609
>                 URL: https://issues.apache.org/jira/browse/KAFKA-2609
>             Project: Kafka
>          Issue Type: Test
>    Affects Versions: 0.9.0.0
>            Reporter: Rajini Sivaram
>            Assignee: Rajini Sivaram
>             Fix For: 0.9.0.0
>
>
> If renegotiation is triggered when read interest is off, at the moment it 
> looks like read interest is never turned back on. More unit tests are 
> required to test different renegotiation scenarios since these are much 
> harder to exercise in system tests.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to