You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by granders <gi...@git.apache.org> on 2016/04/30 01:06:57 UTC

[GitHub] kafka pull request: KAFKA-3581: add timeouts to joins in backgroun...

GitHub user granders opened a pull request:

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

    KAFKA-3581: add timeouts to joins in background thread services

    This actually removes joins altogether, as well as references to self.worker_threads, which is best left as an implementation detail in BackgroundThreadService.
    
    This makes use of @hachikuji 's recent ducktape patch, and updates ducktape dependency to 0.5.0.

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

    $ git pull https://github.com/confluentinc/kafka KAFKA-3581-systest-add-join-timeout

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

    https://github.com/apache/kafka/pull/1297.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 #1297
    
----
commit a9108e8867afa44bdecbe760d47deccab0b94975
Author: Geoff Anderson <ge...@confluent.io>
Date:   2016-04-29T22:54:07Z

    Removed expicit references to worker_threads, and added wait_node with timeouts

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] kafka pull request: KAFKA-3581: add timeouts to joins in backgroun...

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

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---