GJL commented on a change in pull request #9663: [WIP][FLINK-12433][runtime]
Implement DefaultScheduler stub
URL: https://github.com/apache/flink/pull/9663#discussion_r324658385
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/Execution.java
##########
@@ -1211,7 +1231,10 @@ private boolean processFail(Throwable t, boolean
isCallback, Map<String, Accumul
return false;
}
- if (transitionState(current, FAILED, t)) {
+ if (!isCallback && !isLegacyScheduling()) {
Review comment:
Thanks for your input @zhuzhurk. I will think again about whether it makes
sense to extract more logic from `ExecutionGraph`. However, I think that I have
found a fix for the problem: 37934d2c2930520de5587ac9c5d87eaa3e90a309
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services