[ https://issues.apache.org/jira/browse/KAFKA-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13967938#comment-13967938 ]
Jun Rao commented on KAFKA-1389: -------------------------------- Created reviewboard https://reviews.apache.org/r/20290/ against branch origin/trunk > 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)