[ https://issues.apache.org/jira/browse/KAFKA-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14486028#comment-14486028 ]
Onur Karaman commented on KAFKA-1993: ------------------------------------- One thing to be careful about is rolling out this default behavior change to clusters with a custom controller.message.queue.size value set. There's a known deadlock coming from delete.topic.enable and controller.message.queue.size configs: https://issues.apache.org/jira/browse/KAFKA-2046?focusedCommentId=14380776&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14380776 Maybe it would be best to bundle this with the removal of the configurable controller.message.queue.size to prevent the deadlock. In addition to this deadlock, as stated in KAFKA-2046, we've had multiple occurrences of delete topic failing on our test clusters even after the controller.message.queue.size fix which we are still looking into. > Enable topic deletion as default > -------------------------------- > > Key: KAFKA-1993 > URL: https://issues.apache.org/jira/browse/KAFKA-1993 > Project: Kafka > Issue Type: Bug > Affects Versions: 0.8.2.0 > Reporter: Gwen Shapira > Assignee: Gwen Shapira > Attachments: KAFKA-1993.patch > > > Since topic deletion is now throughly tested and works as well as most Kafka > features, we should enable it by default. -- This message was sent by Atlassian JIRA (v6.3.4#6332)