You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2021/07/03 07:36:15 UTC

[iotdb] branch fix_cross_space_compaction_recover_bug created (now 8d5cc11)

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

qiaojialin pushed a change to branch fix_cross_space_compaction_recover_bug
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


      at 8d5cc11  fix cross space compaction recover use wrong storage group name bug

This branch includes the following new commits:

     new 8d5cc11  fix cross space compaction recover use wrong storage group name bug

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: fix cross space compaction recover use wrong storage group name bug

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

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

commit 8d5cc119fccd0219e98b0f0cc570f13075221da8
Author: qiaojialin <64...@qq.com>
AuthorDate: Sat Jul 3 15:35:43 2021 +0800

    fix cross space compaction recover use wrong storage group name bug
---
 .../org/apache/iotdb/db/engine/storagegroup/StorageGroupProcessor.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/src/main/java/org/apache/iotdb/db/engine/storagegroup/StorageGroupProcessor.java b/server/src/main/java/org/apache/iotdb/db/engine/storagegroup/StorageGroupProcessor.java
index 0487a34..bb3820e 100755
--- a/server/src/main/java/org/apache/iotdb/db/engine/storagegroup/StorageGroupProcessor.java
+++ b/server/src/main/java/org/apache/iotdb/db/engine/storagegroup/StorageGroupProcessor.java
@@ -485,7 +485,7 @@ public class StorageGroupProcessor {
               tsFileManagement::mergeEndAction,
               taskName,
               IoTDBDescriptor.getInstance().getConfig().isForceFullMerge(),
-              logicalStorageGroupName + "-" + virtualStorageGroupId);
+              logicalStorageGroupName);
       logger.info(
           "{} - {} a RecoverMergeTask {} starts...",
           logicalStorageGroupName,