This is an automated email from the ASF dual-hosted git repository. tanxinyu pushed a commit to branch add_delete_gc in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 90097e3dc68bed0bf9f34b6b4d41321921a5cdcf Author: LebronAl <[email protected]> AuthorDate: Tue Oct 12 10:25:21 2021 +0800 add gc --- server/src/main/java/org/apache/iotdb/db/qp/executor/PlanExecutor.java | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/main/java/org/apache/iotdb/db/qp/executor/PlanExecutor.java b/server/src/main/java/org/apache/iotdb/db/qp/executor/PlanExecutor.java index ad2940b..e973531 100644 --- a/server/src/main/java/org/apache/iotdb/db/qp/executor/PlanExecutor.java +++ b/server/src/main/java/org/apache/iotdb/db/qp/executor/PlanExecutor.java @@ -1658,6 +1658,7 @@ public class PlanExecutor implements IPlanExecutor { } catch (MetadataException e) { throw new QueryProcessException(e); } + System.gc(); return true; }
