Skip to content

Commit

Permalink
[hotfix] [execution graph] Null restart strategy field in ExecutionGr…
Browse files Browse the repository at this point in the history
…aph when archiving
  • Loading branch information
tillrohrmann committed Jul 12, 2016
1 parent 1b327f1 commit cc9ee2c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -987,6 +987,7 @@ public void prepareForArchiving() {
}

// clear the non-serializable fields
restartStrategy = null;
scheduler = null;
checkpointCoordinator = null;
executionContext = null;
Expand Down

0 comments on commit cc9ee2c

Please sign in to comment.