[
https://issues.apache.org/jira/browse/KAFKA-2046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14502065#comment-14502065
]
Onur Karaman commented on KAFKA-2046:
-------------------------------------
I forgot to give an update on Clark's case. I looked at the zookeeper
transaction logs and confirmed that during his attempt, the
/admin/delete_topics/mytopic znode was never created and that the znodes under
/brokers/topics/mytopic were deleted. He was using a separate tools repository
while I was using trunk from open-source. This tools repository was using a jar
from about a year ago, which means kafka-topics.sh was running an older delete
topic protocol against our brokers which were expecting the latest protocol.
> Delete topic still doesn't work
> -------------------------------
>
> Key: KAFKA-2046
> URL: https://issues.apache.org/jira/browse/KAFKA-2046
> Project: Kafka
> Issue Type: Bug
> Reporter: Clark Haskins
> Assignee: Onur Karaman
>
> I just attempted to delete at 128 partition topic with all inbound producers
> stopped.
> The result was as follows:
> The /admin/delete_topics znode was empty
> the topic under /brokers/topics was removed
> The Kafka topics command showed that the topic was removed
> However, the data on disk on each broker was not deleted and the topic has
> not yet been re-created by starting up the inbound mirror maker.
> Let me know what additional information is needed
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)