Github user mxm commented on a diff in the pull request:
https://github.com/apache/flink/pull/595#discussion_r28579522
--- Diff:
flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ExecutionGraph.java
---
@@ -412,28 +436,141 @@ public ScheduleMode getScheduleMode() {
return scheduleMode;
}
+ /**
+ * Scheduling to be performed when an ExecutionVertex is encountered
that cannot be resumed
+ */
+ private interface ScheduleAction {
--- End diff --
Absolutely right. I was going to change their location before merging. They
will probably go into a new class dedicated for the backtracking alongside with
the `scheduleUsingBacktracking` method. I had trouble finding the right spot
and decided to leave them there for now.
---
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.
---