Github user yuqi1129 commented on a diff in the pull request:
https://github.com/apache/flink/pull/5846#discussion_r191143882
--- Diff:
flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/Dispatcher.java
---
@@ -255,6 +264,35 @@ public void start() throws Exception {
}
}
+ /**
+ *
+ * @param job job graph
+ * @param configuration configuration in flink-conf.yaml
+ * @param isClusterPoint whether this is client side or cluster site
+ */
+ public static void setJobgraphRestartStrategy(JobGraph job,
Configuration configuration, boolean isClusterPoint) {
--- End diff --
en. Indeed this is not a proper place
---