You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by yu...@apache.org on 2020/07/22 13:46:23 UTC

[incubator-iotdb] branch kyy2 updated: rename min config

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

yuyuankang pushed a commit to branch kyy2
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/kyy2 by this push:
     new 8817a1c  rename min config
8817a1c is described below

commit 8817a1c8bd8dc7f37cd58a4c3e3ee63c4c646449
Author: Ring-k <yu...@hotmail.com>
AuthorDate: Wed Jul 22 21:46:06 2020 +0800

    rename min config
---
 cluster/src/assembly/resources/conf/iotdb-cluster.properties | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/cluster/src/assembly/resources/conf/iotdb-cluster.properties b/cluster/src/assembly/resources/conf/iotdb-cluster.properties
index 1cca54b..75657b9 100644
--- a/cluster/src/assembly/resources/conf/iotdb-cluster.properties
+++ b/cluster/src/assembly/resources/conf/iotdb-cluster.properties
@@ -66,8 +66,11 @@ max_unsnapshoted_log_size=134217728
 # whether to use batch append entries in log catch up
 use_batch_in_catch_up=true
 
-# max number of committed logs to be saved
-max_number_of_logs=100
+# mininum number of committed logs in memory
+min_num_of_logs_in_mem=100
+
+# maximum number of committed logs in memory
+max_num_of_logs_in_mem=1000
 
 # deletion check period of the submitted log
 log_deletion_check_interval_second=60
@@ -83,5 +86,5 @@ enable_auto_create_schema=true
 # Weak consistency do not synchronize with the leader and simply use the local data
 consistency_level=mid
 
-max_num_of_logs_in_mem=100
+