GitHub user uce opened a pull request:

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

    [FLINK-3534] [runtime] Prevent canceling Execution from failing

    @StephanEwen, can you have a look at this?
    
    This should handle cases where a cancelled execution is failed (as reported 
by @rmetzger), but still allow the `ExecutionGraph` to be failed (and not 
suffer from the point you raised in #1726).
    
    Robert would like this in the next RC, but in general I think that it's 
better to have more exposure for a change to the `ExecutionGraph`... I'm 
undecided right now. What do you think?

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/uce/flink 3534-prevent_restart

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

    https://github.com/apache/flink/pull/1735.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 #1735
    
----
commit 54c1b12a67ac928b8461865adef6794b82d16325
Author: Ufuk Celebi <[email protected]>
Date:   2016-02-29T14:37:45Z

    [FLINK-3534] [runtime] Prevent canceling Execution from failing

----


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

Reply via email to