You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jun Rao (JIRA)" <ji...@apache.org> on 2014/02/15 06:54:19 UTC

[jira] [Updated] (KAFKA-1209) System test transient failure due to ProducerPerformance's connection to servers kept broken

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

Jun Rao updated KAFKA-1209:
---------------------------

    Fix Version/s:     (was: 0.8.1)
                   0.8.2

> System test transient failure due to ProducerPerformance's connection to servers kept broken
> --------------------------------------------------------------------------------------------
>
>                 Key: KAFKA-1209
>                 URL: https://issues.apache.org/jira/browse/KAFKA-1209
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Guozhang Wang
>             Fix For: 0.8.2
>
>
> The 400x testsuit has transient test failures, which is related to producer performance cannot connect to any of the brokers. Example log on the producer end:
> ---
> [2014-01-10 13:25:04,653] WARN Failed to send producer request with correlation id 128 to broker 1 with data for partitions [test_1,0] (kafka.producer.async.DefaultEventHandler)
> java.net.SocketTimeoutException
>         at sun.nio.ch.SocketAdaptor$SocketInputStream.read(SocketAdaptor.java:201)
>         at sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:86)
>         at java.nio.channels.Channels$ReadableByteChannelImpl.read(Channels.java:221)
>         at kafka.utils.Utils$.read(Utils.scala:375)
> ----
> [2014-01-11 13:23:42,220] WARN Failed to send producer request with correlation id 126 to broker 2 with data for partitions [test_1,1] (kafka.producer.async.DefaultEventHandler)
> java.io.EOFException: Received -1 when reading from channel, socket has likely been closed.
>         at kafka.utils.Utils$.read(Utils.scala:376)
>         at kafka.network.BoundedByteBufferReceive.readFrom(BoundedByteBufferReceive.scala:54)
>         at kafka.network.Receive$class.readCompletely(Transmission.scala:56)
>         at kafka.network.BoundedByteBufferReceive.readCompletely(BoundedByteBufferReceive.scala:29)
>         at kafka.network.BlockingChannel.receive(BlockingChannel.scala:100)
>         at kafka.producer.SyncProducer.liftedTree1$1(SyncProducer.scala:74)
> ----



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)