You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Neha Narkhede (JIRA)" <ji...@apache.org> on 2014/04/28 21:56:17 UTC

[jira] [Closed] (KAFKA-1418) transient unit test failure in ProducerFailureHandlingTest

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

Neha Narkhede closed KAFKA-1418.
--------------------------------


> transient unit test failure in ProducerFailureHandlingTest
> ----------------------------------------------------------
>
>                 Key: KAFKA-1418
>                 URL: https://issues.apache.org/jira/browse/KAFKA-1418
>             Project: Kafka
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 0.8.2
>            Reporter: Jun Rao
>            Assignee: Jun Rao
>             Fix For: 0.8.2
>
>         Attachments: KAFKA-1418.patch
>
>
> Saw the following transient failure.
> kafka.api.ProducerFailureHandlingTest > testWrongBrokerList PASSED
> kafka.api.ProducerFailureHandlingTest > testNoResponse FAILED
>     kafka.common.KafkaException: Socket server failed to bind to localhost:49013: Address already in use.
>         at kafka.network.Acceptor.openServerSocket(SocketServer.scala:195)
>         at kafka.network.Acceptor.<init>(SocketServer.scala:141)
>         at kafka.network.SocketServer.startup(SocketServer.scala:68)
>         at kafka.server.KafkaServer.startup(KafkaServer.scala:84)
>         at kafka.utils.TestUtils$.createServer(TestUtils.scala:120)
>         at kafka.api.ProducerFailureHandlingTest.setUp(ProducerFailureHandlingTest.scala:80)
>         Caused by:
>         java.net.BindException: Address already in use
>             at sun.nio.ch.Net.bind(Native Method)
>             at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:124)
>             at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
>             at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
>             at kafka.network.Acceptor.openServerSocket(SocketServer.scala:191)
>             ... 5 more



--
This message was sent by Atlassian JIRA
(v6.2#6252)