Matthias J. Sax created KAFKA-5948:
--------------------------------------
Summary: EosIntegrationTest fails with
TopicAlreadyMarkedForDeletionException
Key: KAFKA-5948
URL: https://issues.apache.org/jira/browse/KAFKA-5948
Project: Kafka
Issue Type: Bug
Components: streams, unit tests
Affects Versions: 0.11.0.1
Reporter: Matthias J. Sax
Assignee: Damian Guy
Seem to be a test setup race condition:
{noformat}
kafka.common.TopicAlreadyMarkedForDeletionException: topic
singlePartitionThroughTopic is already marked for deletion
at kafka.admin.AdminUtils$.deleteTopic(AdminUtils.scala:340)
at kafka.admin.AdminUtils.deleteTopic(AdminUtils.scala)
at
org.apache.kafka.streams.integration.utils.KafkaEmbedded.deleteTopic(KafkaEmbedded.java:200)
at
org.apache.kafka.streams.integration.utils.EmbeddedKafkaCluster.deleteTopicsAndWait(EmbeddedKafkaCluster.java:268)
at
org.apache.kafka.streams.integration.utils.EmbeddedKafkaCluster.deleteTopicsAndWait(EmbeddedKafkaCluster.java:256)
at
org.apache.kafka.streams.integration.EosIntegrationTest.createTopics(EosIntegrationTest.java:102)
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)