See <https://builds.apache.org/job/Kafka-trunk/169/changes>
Changes:
[jjkoshy] KAFKA-1327; Log cleaner metrics follow-up patch to reset dirtiest log
cleanable ratio; reviewed by Jun Rao
------------------------------------------
[...truncated 373 lines...]
kafka.admin.AdminTest > testTopicConfigChange PASSED
kafka.utils.IteratorTemplateTest > testIterator PASSED
kafka.utils.JsonTest > testJsonEncoding PASSED
kafka.utils.SchedulerTest > testMockSchedulerNonPeriodicTask PASSED
kafka.utils.SchedulerTest > testMockSchedulerPeriodicTask PASSED
kafka.utils.SchedulerTest > testReentrantTaskInMockScheduler PASSED
kafka.utils.SchedulerTest > testNonPeriodicTask PASSED
kafka.utils.SchedulerTest > testPeriodicTask PASSED
kafka.utils.UtilsTest > testSwallow PASSED
kafka.utils.UtilsTest > testCircularIterator PASSED
kafka.utils.UtilsTest > testReadBytes PASSED
kafka.utils.UtilsTest > testReplaceSuffix PASSED
kafka.utils.UtilsTest > testReadInt PASSED
kafka.utils.UtilsTest > testCsvList PASSED
kafka.utils.UtilsTest > testInLock PASSED
kafka.api.RequestResponseSerializationTest >
testSerializationAndDeserialization PASSED
kafka.api.ApiUtilsTest > testShortStringNonASCII PASSED
kafka.api.ApiUtilsTest > testShortStringASCII PASSED
kafka.api.ProducerFailureHandlingTest > testInvalidPartition PASSED
kafka.api.ProducerFailureHandlingTest > testTooLargeRecordWithAckZero PASSED
kafka.api.ProducerFailureHandlingTest > testTooLargeRecordWithAckOne PASSED
kafka.api.ProducerFailureHandlingTest > testNonExistTopic PASSED
kafka.api.ProducerFailureHandlingTest > testWrongBrokerList PASSED
kafka.api.ProducerFailureHandlingTest > testNoResponse PASSED
kafka.api.ProducerFailureHandlingTest > testSendAfterClosed PASSED
kafka.api.test.ProducerCompressionTest > testCompression[0] PASSED
kafka.api.test.ProducerCompressionTest > testCompression[1] FAILED
junit.framework.AssertionFailedError: Partition [topic,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:557)
at
kafka.utils.TestUtils$$anonfun$createTopic$1.apply(TestUtils.scala:161)
at
kafka.utils.TestUtils$$anonfun$createTopic$1.apply(TestUtils.scala:160)
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:160)
at
kafka.api.test.ProducerCompressionTest.testCompression(ProducerCompressionTest.scala:80)
kafka.api.test.ProducerSendTest > testSendOffset PASSED
kafka.api.test.ProducerSendTest > testClose PASSED
kafka.api.test.ProducerSendTest > testSendToPartition FAILED
junit.framework.AssertionFailedError: Partition [topic,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:557)
at
kafka.utils.TestUtils$$anonfun$createTopic$1.apply(TestUtils.scala:161)
at
kafka.utils.TestUtils$$anonfun$createTopic$1.apply(TestUtils.scala:160)
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:160)
at
kafka.api.test.ProducerSendTest.testSendToPartition(ProducerSendTest.scala:196)
kafka.api.test.ProducerSendTest > testAutoCreateTopic FAILED
java.util.concurrent.ExecutionException:
org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This server
does not host this topic-partition.
at
org.apache.kafka.clients.producer.internals.FutureRecordMetadata.valueOrError(FutureRecordMetadata.java:56)
at
org.apache.kafka.clients.producer.internals.FutureRecordMetadata.get(FutureRecordMetadata.java:43)
at
org.apache.kafka.clients.producer.internals.FutureRecordMetadata.get(FutureRecordMetadata.java:25)
at
kafka.api.test.ProducerSendTest.testAutoCreateTopic(ProducerSendTest.scala:254)
Caused by:
org.apache.kafka.common.errors.UnknownTopicOrPartitionException: This
server does not host this topic-partition.
kafka.consumer.TopicFilterTest > testWhitelists PASSED
kafka.consumer.TopicFilterTest > testBlacklists PASSED
kafka.consumer.ConsumerIteratorTest >
testConsumerIteratorDeduplicationDeepIterator PASSED
kafka.consumer.ConsumerIteratorTest > testConsumerIteratorDecodingFailure PASSED
kafka.consumer.ZookeeperConsumerConnectorTest > testCompression PASSED
kafka.consumer.ZookeeperConsumerConnectorTest > testBasic PASSED
kafka.consumer.ZookeeperConsumerConnectorTest > testCompressionSetConsumption
PASSED
kafka.consumer.ZookeeperConsumerConnectorTest > testConsumerDecoder PASSED
kafka.consumer.ZookeeperConsumerConnectorTest > testLeaderSelectionForPartition
PASSED
kafka.message.ByteBufferMessageSetTest > testWrittenEqualsRead PASSED
kafka.message.ByteBufferMessageSetTest > testIteratorIsConsistent PASSED
kafka.message.ByteBufferMessageSetTest > testSizeInBytes PASSED
kafka.message.ByteBufferMessageSetTest > testWriteTo PASSED
kafka.message.ByteBufferMessageSetTest > testIterator PASSED
kafka.message.ByteBufferMessageSetTest > testValidBytes PASSED
kafka.message.ByteBufferMessageSetTest > testValidBytesWithCompression PASSED
kafka.message.ByteBufferMessageSetTest > testEquals PASSED
kafka.message.ByteBufferMessageSetTest > testOffsetAssignment PASSED
kafka.message.MessageTest > testFieldValues PASSED
kafka.message.MessageTest > testChecksum PASSED
kafka.message.MessageTest > testEquality PASSED
kafka.message.MessageTest > testIsHashable PASSED
kafka.message.MessageCompressionTest > testSimpleCompressDecompress PASSED
kafka.message.MessageCompressionTest > testComplexCompressDecompress PASSED
kafka.network.SocketServerTest > simpleRequest PASSED
kafka.network.SocketServerTest > tooBigRequestIsRejected PASSED
kafka.network.SocketServerTest > testNullResponse PASSED
kafka.network.SocketServerTest > testSocketsCloseOnShutdown PASSED
kafka.log4j.KafkaLog4jAppenderTest > testKafkaLog4jConfigs PASSED
kafka.log4j.KafkaLog4jAppenderTest > testLog4jAppends PASSED
kafka.javaapi.consumer.ZookeeperConsumerConnectorTest > testBasic PASSED
kafka.javaapi.message.ByteBufferMessageSetTest > testWrittenEqualsRead PASSED
kafka.javaapi.message.ByteBufferMessageSetTest > testIteratorIsConsistent PASSED
kafka.javaapi.message.ByteBufferMessageSetTest > testSizeInBytes PASSED
kafka.javaapi.message.ByteBufferMessageSetTest > testEquals PASSED
kafka.javaapi.message.ByteBufferMessageSetTest >
testIteratorIsConsistentWithCompression PASSED
kafka.javaapi.message.ByteBufferMessageSetTest > testSizeInBytesWithCompression
PASSED
kafka.javaapi.message.ByteBufferMessageSetTest > testEqualsWithCompression
PASSED
kafka.integration.TopicMetadataTest > testAutoCreateTopic PASSED
kafka.integration.TopicMetadataTest > testTopicMetadataRequest PASSED
kafka.integration.TopicMetadataTest > testBasicTopicMetadata PASSED
kafka.integration.TopicMetadataTest > testGetAllTopicMetadata PASSED
kafka.integration.RollingBounceTest > testRollingBounce FAILED
java.lang.RuntimeException: A broker is already registered on the path
/brokers/ids/0. This probably indicates that you either have configured a
brokerid that is already in use, or else you have shutdown this broker and
restarted it faster than the zookeeper timeout so it appears to be
re-registering.
at kafka.utils.ZkUtils$.registerBrokerInZk(ZkUtils.scala:205)
at kafka.server.KafkaHealthcheck.register(KafkaHealthcheck.scala:63)
at kafka.server.KafkaHealthcheck.startup(KafkaHealthcheck.scala:45)
at kafka.server.KafkaServer.startup(KafkaServer.scala:108)
at
kafka.integration.RollingBounceTest.bounceServer(RollingBounceTest.scala:138)
at
kafka.integration.RollingBounceTest.testRollingBounce(RollingBounceTest.scala:112)
kafka.integration.FetcherTest > testFetcher PASSED
kafka.integration.AutoOffsetResetTest > testResetToEarliestWhenOffsetTooHigh
PASSED
kafka.integration.PrimitiveApiTest > testFetchRequestCanProperlySerialize PASSED
kafka.integration.PrimitiveApiTest > testEmptyFetchRequest PASSED
kafka.integration.PrimitiveApiTest > testDefaultEncoderProducerAndFetch PASSED
kafka.integration.PrimitiveApiTest >
testDefaultEncoderProducerAndFetchWithCompression PASSED
kafka.integration.PrimitiveApiTest > testProduceAndMultiFetch PASSED
kafka.integration.PrimitiveApiTest > testProduceAndMultiFetchWithCompression
PASSED
kafka.integration.PrimitiveApiTest > testMultiProduce PASSED
kafka.integration.PrimitiveApiTest > testMultiProduceWithCompression PASSED
kafka.integration.PrimitiveApiTest > testConsumerEmptyTopic PASSED
kafka.integration.PrimitiveApiTest > testPipelinedProduceRequests PASSED
kafka.integration.UncleanLeaderElectionTest > testUncleanLeaderElectionEnabled
PASSED
kafka.integration.UncleanLeaderElectionTest > testUncleanLeaderElectionDisabled
PASSED
kafka.integration.UncleanLeaderElectionTest >
testUncleanLeaderElectionEnabledByTopicOverride PASSED
kafka.integration.UncleanLeaderElectionTest >
testCleanLeaderElectionDisabledByTopicOverride PASSED
kafka.integration.UncleanLeaderElectionTest >
testUncleanLeaderElectionInvalidTopicOverride PASSED
kafka.integration.LazyInitProducerTest > testProduceAndMultiFetch PASSED
kafka.integration.LazyInitProducerTest > testMultiProduce PASSED
kafka.integration.LazyInitProducerTest > testProduceAndFetch PASSED
kafka.integration.LazyInitProducerTest > testMultiProduceResend PASSED
kafka.zk.ZKEphemeralTest > testEphemeralNodeCleanup PASSED
249 tests completed, 6 failed
:core:test FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':core:test'.
> There were failing tests. See the report at:
> file://<https://builds.apache.org/job/Kafka-trunk/ws/core/build/reports/tests/index.html>
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output.
BUILD FAILED
Total time: 10 mins 40.043 secs
Build step 'Execute shell' marked build as failure