You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by bartdevylder <gi...@git.apache.org> on 2017/10/09 15:12:16 UTC

[GitHub] kafka pull request #4044: KAFKA-6026: Fix for indefinite wait in KafkaFuture...

GitHub user bartdevylder opened a pull request:

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

    KAFKA-6026: Fix for indefinite wait in KafkaFutureImpl

    Not passing 0 to wait in KafkaFuture implementation. The case where the timeout argument is 0 is already taken care of in the definition of waitTimeMs which is at least 1.
    The contribution is my original work and I license the work to the project under the project's open source license

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

    $ git pull https://github.com/bartdevylder/kafka KAFKA-6026

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

    https://github.com/apache/kafka/pull/4044.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 #4044
    
----
commit d0962f11e7548e28f75da3d1ee8763489f1f2ad2
Author: bartdevylder <ba...@gmail.com>
Date:   2017-10-09T15:05:01Z

    Fix for indefinite wait in KafkaFutureImpl
    
    [KAFKA-6026] Not passing 0 to wait in KafkaFuture implementation

----


---

[GitHub] kafka pull request #4044: KAFKA-6026: Fix for indefinite wait in KafkaFuture...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---