[
https://issues.apache.org/jira/browse/KAFKA-3248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15157515#comment-15157515
]
ASF GitHub Bot commented on KAFKA-3248:
---------------------------------------
GitHub user WarrenGreen opened a pull request:
https://github.com/apache/kafka/pull/946
KAFKA-3248: AdminClient Blocks Forever in send Method
Block while in bounds of timeout
Author: Warren Green <[email protected]>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/WarrenGreen/kafka KAFKA-3248
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/946.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #946
----
commit aa5e556413e32b4d8205cf9f5c5379321e659526
Author: Warren Green <[email protected]>
Date: 2016-02-22T19:09:51Z
KAFKA-3248: AdminClient Blocks Forever in send Method
Block while in bounds of timeout
Author: Warren Green <[email protected]>
----
> 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
> Priority: Minor
>
> 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)