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

2018-06-19 Thread Dong Lin (JIRA)


[ 
https://issues.apache.org/jira/browse/KAFKA-5975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16517623#comment-16517623
 ] 

Dong Lin edited comment on KAFKA-5975 at 6/19/18 11:23 PM:
---

Moving from 1.1.1 to 1.1.2 since it is marked as Priority Minor and the PR 
still needs review.


was (Author: lindong):
Moving from 1.1.1 to 1.1.2 since it is marked as Priority Minor and the PR 
still needs review

> 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: 1.1.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
(v7.6.3#76005)


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

2018-04-16 Thread Mario Molina (JIRA)

[ 
https://issues.apache.org/jira/browse/KAFKA-5975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16439572#comment-16439572
 ] 

Mario Molina edited comment on KAFKA-5975 at 4/16/18 3:19 PM:
--

What about this fix? [~ewencp] [~rsivaram]


was (Author: mmolimar):
What about this fix [~ewencp]?

> 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: 1.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
(v7.6.3#76005)