GitHub user tillrohrmann opened a pull request:
https://github.com/apache/flink/pull/2700
[FLINK-4933] [exec graph] Don't let the EG fail in case of a failing
scheduleOrUpdateConsumers call
Instead of failing the complete ExecutionGraph, a failing
scheduleOrUpdateConsumers call
will be reported back to the caller. The caller can then decide what to do.
Per default,
it will fail the calling task.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tillrohrmann/flink
fixScheduleOrUpdateConsumers
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/2700.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 #2700
----
commit e51f0a56762c7f12acc215a53ffce2af28d38583
Author: Till Rohrmann <[email protected]>
Date: 2016-10-27T09:41:29Z
[FLINK-4933] [exec graph] Don't let the EG fail in case of a failing
scheduleOrUpdateConsumers call
Instead of failing the complete ExecutionGraph, a failing
scheduleOrUpdateConsumers call
will be reported back to the caller. The caller can then decide what to do.
Per default,
it will fail the calling task.
----
---
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.
---