GitHub user tillrohrmann opened a pull request:

    https://github.com/apache/flink/pull/2820

    [FLINK-5082] Pull ExecutorService lifecycle management out of the JobManager

    The provided ExecutorService will no longer be closed by the JobManager. 
Instead the
    lifecycle is managed outside of it where it was created. This will give a 
nicer behaviour,
    because it better separates responsibilities.

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

    $ git pull https://github.com/tillrohrmann/flink executorLifecycleManagement

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

    https://github.com/apache/flink/pull/2820.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 #2820
    
----
commit 6bba4042b09110c8da016897b2f744e411bfb6bb
Author: Till Rohrmann <trohrm...@apache.org>
Date:   2016-11-16T17:33:54Z

    [FLINK-5082] Pull ExecutorService lifecycle management out of the JobManager
    
    The provided ExecutorService will no longer be closed by the JobManager. 
Instead the
    lifecycle is managed outside of it where it was created. This will give a 
nicer behaviour,
    because it better seperates responsibilities.

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to