We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d2a1cf commit a3559e5Copy full SHA for a3559e5
server/src/main/java/org/apache/iotdb/db/mpp/execution/fragment/FragmentInstanceContext.java
@@ -70,6 +70,7 @@ public static FragmentInstanceContext createFragmentInstanceContext(
70
FragmentInstanceId id, FragmentInstanceStateMachine stateMachine) {
71
FragmentInstanceContext instanceContext = new FragmentInstanceContext(id, stateMachine);
72
instanceContext.initialize();
73
+ instanceContext.start();
74
return instanceContext;
75
}
76
0 commit comments