[ https://issues.apache.org/jira/browse/KAFKA-1681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14165428#comment-14165428 ]
Neha Narkhede commented on KAFKA-1681: -------------------------------------- [~sriharsha], sorry for being unclear. I meant that the regression introduced by part of the KAFKA-1663 patch where you removed deleteTopicStateChanged.set(true) needs to be reverted. The other part of the patch where you changed the while loop condition is correct. So the patch for this JIRA is a one liner fix where we add that change(deleteTopicStateChanged.set(true)) back in. > Newly elected KafkaController might not start deletion of pending topics > ------------------------------------------------------------------------ > > Key: KAFKA-1681 > URL: https://issues.apache.org/jira/browse/KAFKA-1681 > Project: Kafka > Issue Type: Bug > Reporter: Sriharsha Chintalapani > Priority: Blocker > Fix For: 0.8.2 > > > As part of KAFKA-1663 deleteTopicStateChanged.set(true) is removed from > start(). This will cause newly elected kafka controller not to process the > existing delete topic requests. -- This message was sent by Atlassian JIRA (v6.3.4#6332)