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

haonan pushed a commit to branch fix_initCompactionSchedule
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/fix_initCompactionSchedule by 
this push:
     new b4b9f1af188 Fix Compaction Schedule didn't start
b4b9f1af188 is described below

commit b4b9f1af188e713b78751aacf4ba8a6d1369f815
Author: HTHou <[email protected]>
AuthorDate: Tue Oct 31 19:14:14 2023 +0800

    Fix Compaction Schedule didn't start
---
 .../main/java/org/apache/iotdb/db/storageengine/StorageEngine.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/StorageEngine.java
 
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/StorageEngine.java
index 58b9c28d984..ea14efcd4b4 100644
--- 
a/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/StorageEngine.java
+++ 
b/iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/StorageEngine.java
@@ -658,8 +658,8 @@ public class StorageEngine implements IService {
         region.deleteFolder(systemDir);
         if (config.isClusterMode()
             && config
-            .getDataRegionConsensusProtocolClass()
-            .equals(ConsensusFactory.IOT_CONSENSUS)) {
+                .getDataRegionConsensusProtocolClass()
+                .equals(ConsensusFactory.IOT_CONSENSUS)) {
           // delete wal
           WALManager.getInstance()
               .deleteWALNode(

Reply via email to