Glen Cao created KAFKA-2987: ------------------------------- Summary: 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)