[ https://issues.apache.org/jira/browse/KAFKA-3248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15985884#comment-15985884 ]
ASF GitHub Bot commented on KAFKA-3248: --------------------------------------- Github user WarrenGreen closed the pull request at: https://github.com/apache/kafka/pull/946 > 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.15#6346)