Skip to content

Commit 7b308a2

Browse files
Merge pull request #405 from chathurawidanage/master
Linking windowing doc
2 parents b61ab53 + d8ad06a commit 7b308a2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/examples/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ In the examples section, we discuss the following.
99
* [MultiStage Examples](multistage/multistage_examples.md)
1010
* [Tera Sort](terasort/terasort.md)
1111
* [Machine Learning Examples](ml/README.md)
12+
* [Windowing](windowing/windowing.md)
1213
* [benchmark Suite](benchmark/benchmark.md)

twister2/executor/src/java/edu/iu/dsc/tws/executor/threading/BatchSharingExecutor.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ private void cleanUp(ExecutionPlan executionPlan, Map<Integer, INodeInstance> no
122122
throw new RuntimeException("Interrupted", e);
123123
}
124124

125+
executionPlan.setExecutionState(ExecutionState.EXECUTED);
126+
125127
// clear the finished instances
126128
finishedInstances.set(0);
127129
cleanUpCalled = true;

0 commit comments

Comments
 (0)