GitHub user tillrohrmann opened a pull request: https://github.com/apache/flink/pull/3488
[FLINK-5971] [flip-6] Add timeout for registered jobs on the ResourceManager This PR introduces a timeout for inactive jobs on the ResourceManager. A job is inactive if there is no active leader known for this job. In case that a job times out, it will be removed from the ResourceManager. Additionally, this PR removes the dependency of the JobLeaderIdService on the RunningJobsRegistry. You can merge this pull request into a Git repository by running: $ git pull https://github.com/tillrohrmann/flink jobLeaderIdServiceTimeoutJobs Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/3488.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 #3488 ---- commit 6fb0e239921ca10bac218d62155b08fb96e3725d Author: Till Rohrmann <trohrm...@apache.org> Date: 2017-03-06T15:57:43Z [FLINK-5971] [flip-6] Add timeout for registered jobs on the ResourceManager This PR introduces a timeout for inactive jobs on the ResourceManager. A job is inactive if there is no active leader known for this job. In case that a job times out, it will be removed from the ResourceManager. Additionally, this PR removes the dependency of the JobLeaderIdService on the RunningJobsRegistry. ---- --- 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. ---