[ 
https://issues.apache.org/jira/browse/KAFKA-2850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jun Rao resolved KAFKA-2850.
----------------------------
       Resolution: Fixed
    Fix Version/s: 0.9.1.0

Issue resolved by pull request 546
[https://github.com/apache/kafka/pull/546]

> SslTransportLayerTest.testInvalidEndpointIdentification fails consistently
> --------------------------------------------------------------------------
>
>                 Key: KAFKA-2850
>                 URL: https://issues.apache.org/jira/browse/KAFKA-2850
>             Project: Kafka
>          Issue Type: Bug
>          Components: clients, security
>    Affects Versions: 0.9.0.0
>            Reporter: Flavio Junqueira
>            Assignee: Rajini Sivaram
>             Fix For: 0.9.1.0
>
>
> This test case is failing consistently for me. From the logs, I've noticed 
> that waitForChannelClose is failing and the output is this:
> {noformat}
> [2015-11-17 15:51:50,374] WARN Failed to send SSL Close message  
> (org.apache.kafka.common.network.SslTransportLayer:164)
>     java.nio.channels.ClosedChannelException
>       at 
> sun.nio.ch.SocketChannelImpl.ensureWriteOpen(SocketChannelImpl.java:270)
>       at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:461)
>       at 
> org.apache.kafka.common.network.SslTransportLayer.flush(SslTransportLayer.java:194)
>       at 
> org.apache.kafka.common.network.SslTransportLayer.close(SslTransportLayer.java:161)
>       at 
> org.apache.kafka.common.network.KafkaChannel.close(KafkaChannel.java:50)
>       at org.apache.kafka.common.network.Selector.close(Selector.java:442)
>       at org.apache.kafka.common.network.Selector.poll(Selector.java:310)
>       at 
> org.apache.kafka.common.network.SslTransportLayerTest$SslEchoServer.run(SslTransportLayerTest.java:577)
> org.apache.kafka.common.network.SslTransportLayerTest > 
> testInvalidEndpointIdentification FAILED
>     java.lang.AssertionError
>         at org.junit.Assert.fail(Assert.java:86)
>         at org.junit.Assert.assertTrue(Assert.java:41)
>         at org.junit.Assert.assertTrue(Assert.java:52)
>         at 
> org.apache.kafka.common.network.SslTransportLayerTest.waitForChannelClose(SslTransportLayerTest.java:430)
>         at 
> org.apache.kafka.common.network.SslTransportLayerTest.testInvalidEndpointIdentification(SslTransportLayerTest.java:124)
> {noformat}



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

Reply via email to