You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by rryk <gi...@git.apache.org> on 2017/08/23 17:19:35 UTC

[GitHub] beam pull request #3751: [BEAM-2796] Actually wait for exector service to sh...

GitHub user rryk opened a pull request:

    https://github.com/apache/beam/pull/3751

    [BEAM-2796] Actually wait for exector service to shutdown

    Currently executor service is leaking threads, which eventually complete, but may complicate writing integration tests in frameworks that check for leaked threads. There is await_for_completion in the _ExecutorService class, but it's not invoked from the _ExecutorServiceParallelExecutor.await_for_completion, which is fixed in this pull request.

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

    $ git pull https://github.com/rryk/beam master

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

    https://github.com/apache/beam/pull/3751.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 #3751
    
----
commit 2033d169ed70fd9292106fa8c476d1cc64804877
Author: Sergiy Byelozyorov <se...@chromium.org>
Date:   2017-08-23T17:04:31Z

    Actually wait for exector service to shutdown

----


---
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] beam pull request #3751: [BEAM-2796] Actually wait for exector service to sh...

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

    https://github.com/apache/beam/pull/3751


---
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.
---