[ https://issues.apache.org/jira/browse/KAFKA-2363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Fangmin Lv updated KAFKA-2363: ------------------------------ Assignee: (was: Fangmin Lv) Reviewer: (was: Jason Gustafson) Fix Version/s: 0.9.0 Description: {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} was: {code} kafka.api.ConsumerBounceTest > testSeekAndCommitWithBrokerFailures FAILED java.lang.AssertionError: expected:<1000> but was:<976> at org.junit.Assert.fail(Assert.java:92) at org.junit.Assert.failNotEquals(Assert.java:689) at org.junit.Assert.assertEquals(Assert.java:127) at org.junit.Assert.assertEquals(Assert.java:514) at org.junit.Assert.assertEquals(Assert.java:498) at kafka.api.ConsumerBounceTest.seekAndCommitWithBrokerFailures(ConsumerBounceTest.scala:117) at kafka.api.ConsumerBounceTest.testSeekAndCommitWithBrokerFailures(ConsumerBounceTest.scala:98) kafka.api.ConsumerBounceTest > testSeekAndCommitWithBrokerFailures FAILED java.lang.AssertionError: expected:<1000> but was:<913> at org.junit.Assert.fail(Assert.java:92) at org.junit.Assert.failNotEquals(Assert.java:689) at org.junit.Assert.assertEquals(Assert.java:127) at org.junit.Assert.assertEquals(Assert.java:514) at org.junit.Assert.assertEquals(Assert.java:498) at kafka.api.ConsumerBounceTest.seekAndCommitWithBrokerFailures(ConsumerBounceTest.scala:117) at kafka.api.ConsumerBounceTest.testSeekAndCommitWithBrokerFailures(ConsumerBounceTest.scala:98) {code} > 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 > Labels: newbie > Fix For: 0.9.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)