[ https://issues.apache.org/jira/browse/KAFKA-13175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
yangshengwei updated KAFKA-13175: --------------------------------- Description: After a topic is deleted, the topic is marked for deletion, create topic with the same name throw exception topic already exists. It should throw exception the topic is marked for deletion. I can choose to wait for the topic to be completely deleted. If the topic is still not deleted for a long time, we need to check the reason why it is not deleted. was:After a topic is deleted, it is created again. A message is displayed indicating that the topic already exists. In fact, the status of the topic is marked for deletion. It should indicate that the topic is marked for deletion. > The topic is marked for deletion, create topic with the same name throw > exception topic already exists. > ------------------------------------------------------------------------------------------------------- > > Key: KAFKA-13175 > URL: https://issues.apache.org/jira/browse/KAFKA-13175 > Project: Kafka > Issue Type: Bug > Reporter: yangshengwei > Priority: Major > > After a topic is deleted, the topic is marked for deletion, create topic with > the same name throw exception topic already exists. It should throw exception > the topic is marked for deletion. I can choose to wait for the topic to be > completely deleted. If the topic is still not deleted for a long time, we > need to check the reason why it is not deleted. > > -- This message was sent by Atlassian Jira (v8.3.4#803005)