Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-2850

SslTransportLayerTest.testInvalidEndpointIdentification fails consistently

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.9.0.0
    • 0.10.0.0
    • clients, security
    • None

    Description

      This test case is failing consistently for me. From the logs, I've noticed that waitForChannelClose is failing and the output is this:

      [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)
      

      Attachments

        Activity

          People

            rsivaram Rajini Sivaram
            fpj Flavio Paiva Junqueira
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: