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/04/13 22:22:21 UTC

[jira] [Updated] (KAFKA-1389) transient unit test failure in ProducerFailureHandlingTest

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

Jun Rao updated KAFKA-1389:
---------------------------

    Attachment: KAFKA-1389.patch

> transient unit test failure in ProducerFailureHandlingTest
> ----------------------------------------------------------
>
>                 Key: KAFKA-1389
>                 URL: https://issues.apache.org/jira/browse/KAFKA-1389
>             Project: Kafka
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 0.8.2
>            Reporter: Jun Rao
>            Assignee: Jun Rao
>         Attachments: KAFKA-1389.patch
>
>
> Saw the following transient unit test failure.
> kafka.api.ProducerFailureHandlingTest > testTooLargeRecordWithAckZero FAILED
>     junit.framework.AssertionFailedError: Partition [topic-1,0] metadata not propagated after timeout
>         at junit.framework.Assert.fail(Assert.java:47)
>         at junit.framework.Assert.assertTrue(Assert.java:20)
>         at kafka.utils.TestUtils$.waitUntilMetadataIsPropagated(TestUtils.scala:532)
>         at kafka.utils.TestUtils$$anonfun$createTopic$1.apply(TestUtils.scala:151)
>         at kafka.utils.TestUtils$$anonfun$createTopic$1.apply(TestUtils.scala:150)
>         at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244)
>         at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244)
>         at scala.collection.immutable.Range.foreach(Range.scala:141)
>         at scala.collection.TraversableLike$class.map(TraversableLike.scala:244)
>         at scala.collection.AbstractTraversable.map(Traversable.scala:105)
>         at kafka.utils.TestUtils$.createTopic(TestUtils.scala:150)
>         at kafka.api.ProducerFailureHandlingTest.testTooLargeRecordWithAckZero(ProducerFailureHandlingTest.scala:115)



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