You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Jason Gustafson (JIRA)" <ji...@apache.org> on 2018/10/05 18:52:00 UTC

[jira] [Created] (KAFKA-7486) Flaky test `DeleteTopicTest.testAddPartitionDuringDeleteTopic`

Jason Gustafson created KAFKA-7486:
--------------------------------------

             Summary: Flaky test `DeleteTopicTest.testAddPartitionDuringDeleteTopic`
                 Key: KAFKA-7486
                 URL: https://issues.apache.org/jira/browse/KAFKA-7486
             Project: Kafka
          Issue Type: Bug
            Reporter: Jason Gustafson


Starting to see more of this recently:
{code}
10:06:28 kafka.admin.DeleteTopicTest > testAddPartitionDuringDeleteTopic FAILED
10:06:28     kafka.admin.AdminOperationException: org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /brokers/topics/test
10:06:28         at kafka.zk.AdminZkClient.writeTopicPartitionAssignment(AdminZkClient.scala:162)
10:06:28         at kafka.zk.AdminZkClient.createOrUpdateTopicPartitionAssignmentPathInZK(AdminZkClient.scala:102)
10:06:28         at kafka.zk.AdminZkClient.addPartitions(AdminZkClient.scala:229)
10:06:28         at kafka.admin.DeleteTopicTest.testAddPartitionDuringDeleteTopic(DeleteTopicTest.scala:266)
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)