You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/05/24 23:12:04 UTC

[jira] [Commented] (KAFKA-5324) AdminClient: add close with timeout, fix some timeout bugs

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

ASF GitHub Bot commented on KAFKA-5324:
---------------------------------------

GitHub user cmccabe opened a pull request:

    https://github.com/apache/kafka/pull/3141

    KAFKA-5324: AdminClient: add close with timeout, fix some timeout bugs

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cmccabe/kafka KAFKA-5324

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/3141.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 #3141
    
----
commit 88f1ca542cdfb151bc5ff0153cfe37364d687a36
Author: Colin P. Mccabe <cm...@confluent.io>
Date:   2017-05-23T23:36:05Z

    KAFKA-5324: AdminClient: add close with timeout, fix some timeout bugs

----


> AdminClient: add close with timeout, fix some timeout bugs
> ----------------------------------------------------------
>
>                 Key: KAFKA-5324
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5324
>             Project: Kafka
>          Issue Type: Bug
>          Components: admin
>    Affects Versions: 0.11.0.0
>            Reporter: Colin P. McCabe
>            Assignee: Colin P. McCabe
>
> * Add a close method with a timeout, similar to some other APIs.  Close waits for all calls to complete.  Once the timeout expires, all calls are aborted.
> * Fix a minor bug which made it impossible to have per-call timeouts which were longer than the default timeout.
> * Fix a minor bug where we could oversleep short timeouts because we didn't adjust the polling interval based on the extant timeouts.
> * Add some unit tests for timeouts



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)