Github user hsaputra commented on a diff in the pull request:
https://github.com/apache/flink/pull/595#discussion_r28570168
--- 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 --
Why do theses private interfaces (ScheduleActiona and PostBacktrackingHook)
being added here?
---
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.
---