You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ma...@apache.org on 2022/07/13 08:46:42 UTC

[iotdb] branch IOTDB-3813 created (now 94a1da3c3d)

This is an automated email from the ASF dual-hosted git repository.

marklau99 pushed a change to branch IOTDB-3813
in repository https://gitbox.apache.org/repos/asf/iotdb.git


      at 94a1da3c3d remove stop CompactionTaskManager in IoTDBShutdownHook

This branch includes the following new commits:

     new 94a1da3c3d remove stop CompactionTaskManager in IoTDBShutdownHook

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iotdb] 01/01: remove stop CompactionTaskManager in IoTDBShutdownHook

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

marklau99 pushed a commit to branch IOTDB-3813
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 94a1da3c3dfc2522b7e13b012492d8d5f18d467c
Author: Liu Xuxin <li...@outlook.com>
AuthorDate: Wed Jul 13 16:46:25 2022 +0800

    remove stop CompactionTaskManager in IoTDBShutdownHook
---
 server/src/main/java/org/apache/iotdb/db/service/IoTDBShutdownHook.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/server/src/main/java/org/apache/iotdb/db/service/IoTDBShutdownHook.java b/server/src/main/java/org/apache/iotdb/db/service/IoTDBShutdownHook.java
index 939f172d54..403b714d35 100644
--- a/server/src/main/java/org/apache/iotdb/db/service/IoTDBShutdownHook.java
+++ b/server/src/main/java/org/apache/iotdb/db/service/IoTDBShutdownHook.java
@@ -18,7 +18,6 @@
  */
 package org.apache.iotdb.db.service;
 
-import org.apache.iotdb.db.engine.compaction.CompactionTaskManager;
 import org.apache.iotdb.db.utils.MemUtils;
 
 import org.slf4j.Logger;
@@ -30,7 +29,6 @@ public class IoTDBShutdownHook extends Thread {
 
   @Override
   public void run() {
-    CompactionTaskManager.getInstance().stop();
     if (logger.isInfoEnabled()) {
       logger.info(
           "IoTDB exits. Jvm memory usage: {}",