[
https://issues.apache.org/jira/browse/KAFKA-14337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17626438#comment-17626438
]
Luke Chen commented on KAFKA-14337:
-----------------------------------
[~thanhnd96] , this bug fix will be in Kafka v3.3.2 and v3.4.0 and later. The
release date is not confirmed, yet, but it should be happen by the end of the
year, or the beginning of 2023. FYI
> topic name with "." cannot be created after deletion
> ----------------------------------------------------
>
> Key: KAFKA-14337
> URL: https://issues.apache.org/jira/browse/KAFKA-14337
> Project: Kafka
> Issue Type: Bug
> Components: kraft
> Affects Versions: 3.3.1
> Reporter: thanhnd96
> Assignee: Luke Chen
> Priority: Critical
> Fix For: 3.4.0, 3.3.2
>
>
> 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)
>
> I'm run kafka mode Kraft !!!
> Tks admin.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)