GitHub user uce opened a pull request:
https://github.com/apache/flink/pull/1656
[FLINK-3396] [runtime] Fix JobGraph submission and client ACK logic
A failure when recovering savepoint state could lead to not ACKing
the job submission. For detached submissions, this could have lead
to a submission timeout although the job eventually starts to run.
Moreover, a failure to restore savepoint state, could lead to a job
graph skipping the submitted graph store for HA.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/uce/flink 3396-submit
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1656.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 #1656
----
commit 3847e304c93a30c18560719d8f169ca424d734e6
Author: Ufuk Celebi <[email protected]>
Date: 2016-02-12T21:09:29Z
[hotfix] Rename UnrecoverableException to SuppressRestartsException
commit 92e900b3266b93204ea84050d189f00bbbca6678
Author: Ufuk Celebi <[email protected]>
Date: 2016-02-16T16:49:13Z
[FLINK-3396] [runtime] Fix JobGraph submission and client ACK logic
A failure when recovering savepoint state could lead to not ACKing
the job submission. For detached submissions, this could have lead
to a submission timeout although the job eventually starts to run.
Moreover, a failure to restore savepoint state, could lead to a job
graph skipping the submitted graph store for HA.
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---