mirror of https://github.com/apache/iotdb
rethrow RTE (#3042)
This commit is contained in:
parent
aaa8fecf85
commit
05c5b7b823
|
@ -1282,6 +1282,7 @@ public class PlanExecutor implements IPlanExecutor {
|
|||
if (IoTDBDescriptor.getInstance().getConfig().isEnableStatMonitor()) {
|
||||
StatMonitor.getInstance().updateFailedStatValue();
|
||||
}
|
||||
throw e;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1316,6 +1317,7 @@ public class PlanExecutor implements IPlanExecutor {
|
|||
if (IoTDBDescriptor.getInstance().getConfig().isEnableStatMonitor()) {
|
||||
StatMonitor.getInstance().updateFailedStatValue();
|
||||
}
|
||||
throw e;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue