[
https://issues.apache.org/jira/browse/KAFKA-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14491442#comment-14491442
]
Stefan Miklosovic commented on KAFKA-1397:
------------------------------------------
I am not sure what I am doing wrong but it seems to me this does not work in
0.8.2.1
I am doing this
$ bin/zookeeper-server-start.sh config/zookeeper.properties
$ bin/kafka-server-start.sh config/server.properties
$ bin/kafka-topics.sh --zookeeper 127.0.0.1:2181 --create --topic someTopic
--partitions 10 --replication-factor 1
$ bin/kafka-topics.sh --list // gives me "someTopic"
$ bin/kafka-topics.sh --zookeeper 127.0.0.1:2181 --delete --topic someTopic
$ bin/kafka-topics.sh --list // gives me "someTopic - marked for deletion"
and this is there forever, even when I stop broker and zookeeper and start it
once again, nothing changes, it is there forever.
I set delete.topics.enable=true in server.properties for broker
> delete topic is not working
> ----------------------------
>
> Key: KAFKA-1397
> URL: https://issues.apache.org/jira/browse/KAFKA-1397
> Project: Kafka
> Issue Type: Bug
> Affects Versions: 0.8.2.0
> Reporter: Jun Rao
> Assignee: Timothy Chen
> Fix For: 0.8.2.0
>
> Attachments: KAFKA-1397.patch, KAFKA-1397_2014-04-28_14:48:32.patch,
> KAFKA-1397_2014-04-28_17:08:49.patch, KAFKA-1397_2014-04-30_14:55:28.patch,
> KAFKA-1397_2014-05-01_15:53:57.patch, KAFKA-1397_2014-05-01_18:12:24.patch,
> KAFKA-1397_2014-05-02_13:38:02.patch, KAFKA-1397_2014-05-05_11:17:59.patch,
> KAFKA-1397_2014-05-05_14:00:29.patch
>
>
> All unit tests are disabled since they hang transiently (see details in
> KAFKA-1391).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)