[ https://issues.apache.org/jira/browse/KAFKA-2987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15057242#comment-15057242 ]
Jiangjie Qin commented on KAFKA-2987: ------------------------------------- If I remember correctly, delete topic in 0.8.2.1 is not that stable. To fix the issue you can first try removing the /admin/delete_topics path in zookeeper. > error of producing messages after topic was marked for deleteion > ---------------------------------------------------------------- > > Key: KAFKA-2987 > URL: https://issues.apache.org/jira/browse/KAFKA-2987 > Project: Kafka > Issue Type: Bug > Affects Versions: 0.8.2.1 > Reporter: Glen Cao > Priority: Critical > > I executed "bin/kafka-topics.sh --delete" and made a topic marked for > deletion. > However, after server hours, I executed "bin/kafka-topics.sh --list " and the > status of the topic was still "marked for deleteion". What's worse, when I > tried creating the topic using "bin/kafka-topics.sh --create", > kafka.common.TopicExistsException was thrown. > So, with "auto.create.topics.enable=false", I cannot produce messages. -- This message was sent by Atlassian JIRA (v6.3.4#6332)