You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/06/20 11:08:05 UTC

[jira] [Commented] (KAFKA-2363) ProducerSendTest.testCloseWithZeroTimeoutFromCallerThread Transient Failure

    [ https://issues.apache.org/jira/browse/KAFKA-2363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15339350#comment-15339350 ] 

Ismael Juma commented on KAFKA-2363:
------------------------------------

A recent failure:

https://builds.apache.org/job/kafka-trunk-jdk8/706/testReport/junit/kafka.api/PlaintextProducerSendTest/testCloseWithZeroTimeoutFromCallerThread/

The underlying cause for this is probably the same as KAFKA-3155 as we are asserting that all futures are not done right after sending them in both cases.

> ProducerSendTest.testCloseWithZeroTimeoutFromCallerThread Transient Failure
> ---------------------------------------------------------------------------
>
>                 Key: KAFKA-2363
>                 URL: https://issues.apache.org/jira/browse/KAFKA-2363
>             Project: Kafka
>          Issue Type: Sub-task
>            Reporter: Fangmin Lv
>            Assignee: Ben Stopford
>              Labels: newbie, transient-unit-test-failure
>             Fix For: 0.10.1.0
>
>
> {code}
> kafka.api.ProducerSendTest > testCloseWithZeroTimeoutFromCallerThread STANDARD_OUT
> [2015-07-24 23:13:05,148] WARN fsync-ing the write ahead log in SyncThread:0 took 1084ms which will adversely effect operation latency. See the ZooKeeper troubleshooting guide (org.apache.zookeeper.s
> erver.persistence.FileTxnLog:334)
> kafka.api.ProducerSendTest > testCloseWithZeroTimeoutFromCallerThread FAILED
> java.lang.AssertionError: No request is complete.
> at org.junit.Assert.fail(Assert.java:92)
> at org.junit.Assert.assertTrue(Assert.java:44)
> at kafka.api.ProducerSendTest$$anonfun$testCloseWithZeroTimeoutFromCallerThread$1.apply$mcVI$sp(ProducerSendTest.scala:343)
> at scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:141)
> at kafka.api.ProducerSendTest.testCloseWithZeroTimeoutFromCallerThread(ProducerSendTest.scala:340)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)