This is an automated email from the ASF dual-hosted git repository.
yuyuankang pushed a commit to branch kyy
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
The following commit(s) were added to refs/heads/kyy by this push:
new 3b24095 comments in properties
3b24095 is described below
commit 3b24095921c6753124373429b2811d6a69d72efa
Author: Ring-k <[email protected]>
AuthorDate: Wed Jul 29 10:24:50 2020 +0800
comments in properties
---
cluster/src/assembly/resources/conf/iotdb-cluster.properties | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/cluster/src/assembly/resources/conf/iotdb-cluster.properties
b/cluster/src/assembly/resources/conf/iotdb-cluster.properties
index fd8059a..1e7343c 100644
--- a/cluster/src/assembly/resources/conf/iotdb-cluster.properties
+++ b/cluster/src/assembly/resources/conf/iotdb-cluster.properties
@@ -106,12 +106,12 @@ consistency_level=mid
is_enable_raft_log_persistence=true
# When a certain amount of raft log is reached, it will be flushed to disk
-# It is possible to lose at most flush_wal_threshold operations
+# It is possible to lose at most flush_raft_log_threshold operations
flush_raft_log_threshold=10000
# The cycle when raft log is periodically forced to be written to disk(in
milliseconds)
-# If force_raft_log_period_in_ms = 0 it means force insert ahead log to be
written to disk after each refreshment
-# Set this parameter to 0 may slow down the ingestion on slow disk.
+# If force_raft_log_period_in_ms = 0 it means force insert raft log to be
written to disk after
+# each refreshment. Set this parameter to 0 may slow down the ingestion on
slow disk.
force_raft_log_period_in_ms=10
raft_log_buffer_size=16777216