You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/23 17:20:00 UTC

[jira] [Commented] (BEAM-2796) _ExecutorServiceParallelExecutor.await_for_completion does not actually await for _ExecutorService to shutdown

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

ASF GitHub Bot commented on BEAM-2796:
--------------------------------------

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

----


> _ExecutorServiceParallelExecutor.await_for_completion does not actually await for _ExecutorService to shutdown
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: BEAM-2796
>                 URL: https://issues.apache.org/jira/browse/BEAM-2796
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-direct
>    Affects Versions: 2.2.0
>            Reporter: Sergiy Byelozyorov
>            Assignee: Thomas Groh
>
> It's missing a call to self.executor_service.await_completion()



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)