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

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

Colin P. McCabe created KAFKA-5324:
--------------------------------------

             Summary: 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
            Reporter: 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)