rethrow RTE (#3042)

This commit is contained in:
Steve Yurong Su 2021-04-22 09:38:13 +08:00 committed by GitHub
parent aaa8fecf85
commit 05c5b7b823
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}
}