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

Ismael Juma commented on KAFKA-3248:
------------------------------------

I bumped the priority as blocking forever is not good and the fix is 
straightforward.

> AdminClient Blocks Forever in send Method
> -----------------------------------------
>
>                 Key: KAFKA-3248
>                 URL: https://issues.apache.org/jira/browse/KAFKA-3248
>             Project: Kafka
>          Issue Type: Bug
>          Components: admin
>    Affects Versions: 0.9.0.0
>            Reporter: John Tylwalk
>            Assignee: Warren Green
>            Priority: Critical
>             Fix For: 0.10.0.0
>
>
> AdminClient will block forever when performing operations involving the 
> {{send()}} method, due to usage of 
> {{ConsumerNetworkClient.poll(RequestFuture)}} - which blocks indefinitely.
> Suggested fix is to use {{ConsumerNetworkClient.poll(RequestFuture, long 
> timeout)}} in {{AdminClient.send()}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to