thanhnd96 created KAFKA-14337: --------------------------------- Summary: bugs kafka 3.3.1 create topic after delete topic Key: KAFKA-14337 URL: https://issues.apache.org/jira/browse/KAFKA-14337 Project: Kafka Issue Type: Bug Components: admin Affects Versions: 3.3.1 Environment: Stagging Reporter: thanhnd96 Fix For: 3.3.1
Hi admin, My issue is after i create topic like topic.AAA or Topic.AAA.01 then delete 1 of the other 2 topics. Then i can't create 1 of the 2 topics. But i create topic test123 then delete and recreate fine. This is log i tried to create topic.AAA WARN [Controller 1] createTopics: failed with unknown server exception NoSuchElementException at epoch 14 in 193 us. Renouncing leadership and reverting to the last committed offset 28. (org.apache.kafka.controller.QuorumController) java.util.NoSuchElementException at org.apache.kafka.timeline.SnapshottableHashTable$CurrentIterator.next(SnapshottableHashTable.java:167) at org.apache.kafka.timeline.SnapshottableHashTable$CurrentIterator.next(SnapshottableHashTable.java:139) at org.apache.kafka.timeline.TimelineHashSet$ValueIterator.next(TimelineHashSet.java:120) at org.apache.kafka.controller.ReplicationControlManager.validateNewTopicNames(ReplicationControlManager.java:799) at org.apache.kafka.controller.ReplicationControlManager.createTopics(ReplicationControlManager.java:567) at org.apache.kafka.controller.QuorumController.lambda$createTopics$7(QuorumController.java:1832) at org.apache.kafka.controller.QuorumController$ControllerWriteEvent.run(QuorumController.java:767) at org.apache.kafka.queue.KafkaEventQueue$EventContext.run(KafkaEventQueue.java:121) at org.apache.kafka.queue.KafkaEventQueue$EventHandler.handleEvents(KafkaEventQueue.java:200) at org.apache.kafka.queue.KafkaEventQueue$EventHandler.run(KafkaEventQueue.java:173) at java.base/java.lang.Thread.run(Thread.java:829) ERROR [Controller 1] processBrokerHeartbeat: unable to start processing because of NotControllerException. (org.apache.kafka.controller.QuorumController) -- This message was sent by Atlassian Jira (v8.20.10#820010)