Github user uce commented on the pull request:
https://github.com/apache/flink/pull/1735#issuecomment-190291277
I've fixed the test failures.
@StephanEwen, the changes can result in the following behaviour: if a slot
is released, some of its executions can end up in cancelled rather than failed
state. Is that OK? The following happens: The slot's first execution is failed.
This triggers an execution graph fail, after which all executions are
cancelled. When the slot fails further executions, these are already cancelling
and go to state cancelled. Before they would still go state `FAILED`.
---
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.
---