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/04/13 02:47:08 UTC

[iotdb] branch double_live updated: remove double live parameter from iotdb-engine.properties

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

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


The following commit(s) were added to refs/heads/double_live by this push:
     new 4fd7fae57a remove double live parameter from iotdb-engine.properties
4fd7fae57a is described below

commit 4fd7fae57a518fadaba83a2bc0fc51cef7838028
Author: qiaojialin <64...@qq.com>
AuthorDate: Wed Apr 13 10:46:54 2022 +0800

    remove double live parameter from iotdb-engine.properties
---
 .../resources/conf/iotdb-engine.properties         | 59 +---------------------
 1 file changed, 1 insertion(+), 58 deletions(-)

diff --git a/server/src/assembly/resources/conf/iotdb-engine.properties b/server/src/assembly/resources/conf/iotdb-engine.properties
index 19062baa92..bbfbb0be45 100644
--- a/server/src/assembly/resources/conf/iotdb-engine.properties
+++ b/server/src/assembly/resources/conf/iotdb-engine.properties
@@ -931,61 +931,4 @@ timestamp_precision=ms
 ### Group By Fill Configuration
 ####################
 # Datatype: float
-# group_by_fill_cache_size_in_mb=1.0
-
-####################
-### Double Write Configuration
-####################
-
-# Is DoubleWrite enable
-# Datatype: boolean
-# enable_double_write=false
-
-# Secondary IoTDB config
-# Datatype: String
-# secondary_address=127.0.0.1
-
-# Datatype: int
-# secondary_port=6668
-
-# Datatype: String
-# secondary_user=root
-
-# Datatype: String
-# secondary_password=root
-
-# The transmitting concurrency size of DoubleWrite SessionPool
-# This parameter should better not exceed the sum of concurrent DoubleWriteTask or DoubleWriteConsumer and concurrent DoubleWriteProtector
-# Datatype: int
-# double_write_session_concurrency_size = 8
-
-# DoubleWriteLog dir
-# If this property is unset, DoubleWrite module will save the DoubleWriteLogs in the default relative path directory under the IoTDB folder(i.e., %IOTDB_HOME%/data/doublewrite).
-# If it is absolute, DoubleWrite module will save the data in exact location it points to.
-# If it is relative, DoubleWrite module will save the data in the relative path directory it indicates under the IoTDB folder.
-# For windows platform
-# If its prefix is a drive specifier followed by "\\", or if its prefix is "\\\\", then the path is absolute. Otherwise, it is relative.
-# double_write_log_dir=data\\doublewrite
-# For Linux platform
-# If its prefix is "/", then the path is absolute. Otherwise, it is relative.
-# double_write_log_dir=data/doublewrite
-
-# The validity of each DoubleWriteLog
-# Datatype: int
-# double_write_log_file_validity=30
-
-# The maximum id of DoubleWriteLog
-# Datatype: int
-# double_write_log_file_num = 32767
-
-# The max size of all the DoubleWriteLog. Default is 100GB
-# Datatype: long
-# double_write_max_log_size = 107374182400
-
-# DoubleWriteProducer cache size
-# Datatype: int
-# double_write_producer_cache_size=1024
-
-# DoubleWriteConsumer concurrency size
-# Datatype: int
-# double_write_consumer_concurrency_size=4
\ No newline at end of file
+# group_by_fill_cache_size_in_mb=1.0
\ No newline at end of file