You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Grant Henke (JIRA)" <ji...@apache.org> on 2015/12/15 06:00:49 UTC

[jira] [Resolved] (KAFKA-2987) error of producing messages after topic was marked for deleteion

     [ https://issues.apache.org/jira/browse/KAFKA-2987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grant Henke resolved KAFKA-2987.
--------------------------------
    Resolution: Not A Problem

> 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)