You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Rajini Sivaram (JIRA)" <ji...@apache.org> on 2017/11/06 21:35:00 UTC

[jira] [Assigned] (KAFKA-5975) No response when deleting topics and delete.topic.enable=false

     [ https://issues.apache.org/jira/browse/KAFKA-5975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rajini Sivaram reassigned KAFKA-5975:
-------------------------------------

    Assignee: Mario Molina

> No response when deleting topics and delete.topic.enable=false
> --------------------------------------------------------------
>
>                 Key: KAFKA-5975
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5975
>             Project: Kafka
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 0.11.0.0
>            Reporter: Mario Molina
>            Assignee: Mario Molina
>            Priority: Minor
>             Fix For: 0.11.0.1, 0.11.0.2
>
>
> When trying to delete topics using the KafkaAdminClient and the flag in server config is set as 'delete.topic.enable=false', the client cannot get a response and fails returning a timeout error. This is due to the object DelayedCreatePartitions cannot complete the operation.
> This bug fix modifies the KafkaApi key DELETE_TOPICS taking into account that the flag can be disabled and swallow the error to the client, this is, the topic is never removed and no error is returned to the client.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)