[ https://issues.apache.org/jira/browse/KAFKA-2103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15946775#comment-15946775 ]
Eno Thereska commented on KAFKA-2103: ------------------------------------- I haven't seen it. > kafka.producer.AsyncProducerTest failure. > ----------------------------------------- > > Key: KAFKA-2103 > URL: https://issues.apache.org/jira/browse/KAFKA-2103 > Project: Kafka > Issue Type: Sub-task > Affects Versions: 0.9.0.0 > Reporter: Jiangjie Qin > Assignee: Ewen Cheslack-Postava > Labels: transient-unit-test-failure > Attachments: KAFKA-2103.patch > > > I saw this test consistently failing on trunk. > The recent changes are KAFKA-2099, KAFKA-1926, KAFKA-1809. > kafka.producer.AsyncProducerTest > testNoBroker FAILED > org.scalatest.junit.JUnitTestFailedError: Should fail with > FailedToSendMessageException > at > org.scalatest.junit.AssertionsForJUnit$class.newAssertionFailedException(AssertionsForJUnit.scala:101) > at > org.scalatest.junit.JUnit3Suite.newAssertionFailedException(JUnit3Suite.scala:149) > at org.scalatest.Assertions$class.fail(Assertions.scala:711) > at org.scalatest.junit.JUnit3Suite.fail(JUnit3Suite.scala:149) > at > kafka.producer.AsyncProducerTest.testNoBroker(AsyncProducerTest.scala:300) > kafka.producer.AsyncProducerTest > testIncompatibleEncoder PASSED > kafka.producer.AsyncProducerTest > testRandomPartitioner PASSED > kafka.producer.AsyncProducerTest > testFailedSendRetryLogic FAILED > kafka.common.FailedToSendMessageException: Failed to send messages after > 3 tries. > at > kafka.producer.async.DefaultEventHandler.handle(DefaultEventHandler.scala:91) > at > kafka.producer.AsyncProducerTest.testFailedSendRetryLogic(AsyncProducerTest.scala:415) -- This message was sent by Atlassian JIRA (v6.3.15#6346)