GitHub user tillrohrmann opened a pull request:

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

    [backport] [FLINK-4933] [exec graph] Don't let the EG fail in case of a 
failing scheduleOrUpdateConsumers call

    This is a backport for the release-1.1 branch. The only thing adapted is 
the added test case.
    
    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 
backportFixScheduleOrUpdateConsumers

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

    https://github.com/apache/flink/pull/2701.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 #2701
    
----
commit b17fada0e60ad9986680c89effa628944973d999
Author: Till Rohrmann <trohrm...@apache.org>
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.
    
    Adapt TaskManagerTest

----


---
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