You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/exchange/MPPDataExchangeManager.java
+9-6
Original file line number
Diff line number
Diff line change
@@ -585,11 +585,13 @@ public MPPDataExchangeManager(
Copy file name to clipboardExpand all lines: iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/fragment/FragmentInstanceExecution.java
Copy file name to clipboardExpand all lines: iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/fragment/FragmentInstanceManager.java
+10
Original file line number
Diff line number
Diff line change
@@ -177,6 +177,7 @@ public FragmentInstanceInfo execDataQueryFragmentInstance(
177
177
instance.isExplainAnalyze(),
178
178
exchangeManager);
179
179
} catch (Throwablet) {
180
+
clearFIRelatedResources(instanceId);
180
181
logger.warn("error when create FragmentInstanceExecution.", t);
181
182
stateMachine.failed(t);
182
183
returnnull;
@@ -205,6 +206,14 @@ public FragmentInstanceInfo execDataQueryFragmentInstance(
0 commit comments