[ https://issues.apache.org/jira/browse/KAFKA-1019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14144507#comment-14144507 ]
hongyu bi edited comment on KAFKA-1019 at 9/23/14 12:20 PM: ------------------------------------------------------------ Thanks @Guozhang. After diving into source code i got it. was (Author: hongyu.bi): Thanks @Guozhang. Yes, followed the same process to re-produce this issue. Sorry I don't quit understand why KAFKA-1558 lead to this issue? PS: I enabled the topic delete thread, from the controller.log i saw that TopicDeleteThread is hanging on awaitTopicDeletionNotification() which means TopicDeletionManager didn't signal the thread to doWork. After diving into the source code i doubt that DeleteTopicsListener didn't take affect > kafka-preferred-replica-election.sh will fail without clear error message if > /brokers/topics/[topic]/partitions does not exist > ------------------------------------------------------------------------------------------------------------------------------ > > Key: KAFKA-1019 > URL: https://issues.apache.org/jira/browse/KAFKA-1019 > Project: Kafka > Issue Type: Bug > Affects Versions: 0.8.1 > Reporter: Guozhang Wang > Labels: newbie > Fix For: 0.9.0 > > > From Libo Yu: > I tried to run kafka-preferred-replica-election.sh on our kafka cluster. > But I got this expection: > Failed to start preferred replica election > org.I0Itec.zkclient.exception.ZkNoNodeException: > org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = > NoNode for /brokers/topics/uattoqaaa.default/partitions > I checked zookeeper and there is no > /brokers/topics/uattoqaaa.default/partitions. All I found is > /brokers/topics/uattoqaaa.default. -- This message was sent by Atlassian JIRA (v6.3.4#6332)