Description
Stack traces in some of the transient unit test failures indicate that temporary directories used for Zookeeper are being reused.
kafka.common.TopicExistsException: Topic "topic" already exists.
at kafka.admin.AdminUtils$.createOrUpdateTopicPartitionAssignmentPathInZK(AdminUtils.scala:253)
at kafka.admin.AdminUtils$.createTopic(AdminUtils.scala:237)
at kafka.utils.TestUtils$.createTopic(TestUtils.scala:231)
at kafka.api.BaseConsumerTest.setUp(BaseConsumerTest.scala:63)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Attachments
Issue Links
- relates to
-
KAFKA-2853 Reuse of temporary server data.dir could lead to transient failures.
- Resolved
- links to