You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ca...@apache.org on 2022/12/02 02:19:42 UTC

[iotdb] branch revert-8294-Fix_snapshot_bug created (now c89676b059)

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

caogaofei pushed a change to branch revert-8294-Fix_snapshot_bug
in repository https://gitbox.apache.org/repos/asf/iotdb.git


      at c89676b059 Revert "[To rel/1.0] Fix snapshot bug (#8294)"

This branch includes the following new commits:

     new c89676b059 Revert "[To rel/1.0] Fix snapshot bug (#8294)"

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: Revert "[To rel/1.0] Fix snapshot bug (#8294)"

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

caogaofei pushed a commit to branch revert-8294-Fix_snapshot_bug
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit c89676b059304d76ba0acbb3e6c67dd58d0bab9e
Author: Beyyes <cg...@foxmail.com>
AuthorDate: Fri Dec 2 10:19:36 2022 +0800

    Revert "[To rel/1.0] Fix snapshot bug (#8294)"
    
    This reverts commit 93e0209fa89839ad2375f76dd02daf40608ca682.
---
 .../iotdb/confignode/persistence/executor/ConfigPlanExecutor.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/confignode/src/main/java/org/apache/iotdb/confignode/persistence/executor/ConfigPlanExecutor.java b/confignode/src/main/java/org/apache/iotdb/confignode/persistence/executor/ConfigPlanExecutor.java
index 3c5e35f655..cda0870cfb 100644
--- a/confignode/src/main/java/org/apache/iotdb/confignode/persistence/executor/ConfigPlanExecutor.java
+++ b/confignode/src/main/java/org/apache/iotdb/confignode/persistence/executor/ConfigPlanExecutor.java
@@ -178,7 +178,7 @@ public class ConfigPlanExecutor {
     this.snapshotProcessorList.add(triggerInfo);
 
     this.syncInfo = syncInfo;
-    this.snapshotProcessorList.add(syncInfo);
+    this.snapshotProcessorList.add(triggerInfo);
 
     this.cqInfo = cqInfo;
     this.snapshotProcessorList.add(cqInfo);