Repository: flink
Updated Branches:
  refs/heads/master 1b327f1ae -> cc9ee2cc3


[hotfix] [execution graph] Null restart strategy field in ExecutionGraph when 
archiving


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/cc9ee2cc
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/cc9ee2cc
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/cc9ee2cc

Branch: refs/heads/master
Commit: cc9ee2cc37ed0c7a7f9b0c50cf5edca63e289e1a
Parents: 1b327f1
Author: Till Rohrmann <trohrm...@apache.org>
Authored: Tue Jul 12 15:39:33 2016 +0200
Committer: Till Rohrmann <trohrm...@apache.org>
Committed: Tue Jul 12 15:40:42 2016 +0200

----------------------------------------------------------------------
 .../org/apache/flink/runtime/executiongraph/ExecutionGraph.java     | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/cc9ee2cc/flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ExecutionGraph.java
----------------------------------------------------------------------
diff --git 
a/flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ExecutionGraph.java
 
b/flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ExecutionGraph.java
index e521888..93f6f32 100755
--- 
a/flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ExecutionGraph.java
+++ 
b/flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ExecutionGraph.java
@@ -987,6 +987,7 @@ public class ExecutionGraph implements Serializable {
                }
 
                // clear the non-serializable fields
+               restartStrategy = null;
                scheduler = null;
                checkpointCoordinator = null;
                executionContext = null;

Reply via email to