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 2022/11/29 14:20:46 UTC

[iotdb] branch rel/1.0 updated: [To rel/1.0] Disable cross space compaction in default config (#8256)

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

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


The following commit(s) were added to refs/heads/rel/1.0 by this push:
     new da5744e383 [To rel/1.0] Disable cross space compaction in default config (#8256)
da5744e383 is described below

commit da5744e3838db10e690cb126510ce0d0c57fb54e
Author: Mrquan <50...@users.noreply.github.com>
AuthorDate: Tue Nov 29 22:20:40 2022 +0800

    [To rel/1.0] Disable cross space compaction in default config (#8256)
---
 node-commons/src/assembly/resources/conf/iotdb-common.properties | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/node-commons/src/assembly/resources/conf/iotdb-common.properties b/node-commons/src/assembly/resources/conf/iotdb-common.properties
index 393067567e..deb66da80d 100644
--- a/node-commons/src/assembly/resources/conf/iotdb-common.properties
+++ b/node-commons/src/assembly/resources/conf/iotdb-common.properties
@@ -532,8 +532,9 @@
 # enable_unseq_space_compaction=true
 
 # cross space compaction: compact the unsequence files into the overlapped sequence files
+# It is recommended to disable this in version 1.0.0, and can enable it in version 1.0.1
 # Datatype: boolean
-# enable_cross_space_compaction=true
+enable_cross_space_compaction=false
 
 # the selector of cross space compaction task
 # Options: rewrite