GitHub user uce opened a pull request: https://github.com/apache/flink/pull/1622
[FLINK-3364] [runtime, yarn] Move SavepointStore initialization out of JobManager constructor Initializing the `SavepointStore` can fail. Doing this in the `JobManager` constructor is bad, because it is done by an asynchronous Akka thread. With this change, we fail early as with the other `JobManager` components. It's a pretty straight forward change. Waiting for Travis before merging this. You can merge this pull request into a Git repository by running: $ git pull https://github.com/uce/flink 3364-savepoint Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/1622.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 #1622 ---- commit 31eb796693c680efd9eec2a63229a83a6753e470 Author: Ufuk Celebi <u...@apache.org> Date: 2016-02-11T13:58:35Z [FLINK-3364] [runtime, yarn] Move SavepointStore initialization out of JobManager constructor ---- --- 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. ---