Skip to content

Commit

Permalink
Merge pull request #405 from chathurawidanage/master
Browse files Browse the repository at this point in the history
Linking windowing doc
  • Loading branch information
supunkamburugamuve authored May 10, 2019
2 parents b61ab53 + d8ad06a commit 7b308a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ In the examples section, we discuss the following.
* [MultiStage Examples](multistage/multistage_examples.md)
* [Tera Sort](terasort/terasort.md)
* [Machine Learning Examples](ml/README.md)
* [Windowing](windowing/windowing.md)
* [benchmark Suite](benchmark/benchmark.md)
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ private void cleanUp(ExecutionPlan executionPlan, Map<Integer, INodeInstance> no
throw new RuntimeException("Interrupted", e);
}

executionPlan.setExecutionState(ExecutionState.EXECUTED);

// clear the finished instances
finishedInstances.set(0);
cleanUpCalled = true;
Expand Down

0 comments on commit 7b308a2

Please sign in to comment.