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

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


The following commit(s) were added to refs/heads/master by this push:
     new ae77977  fix some spell mistake for iotdb-engine conf (#3077)
ae77977 is described below

commit ae779771ba3e4b15d81d30d861fded93df4abb6b
Author: gwmh <[email protected]>
AuthorDate: Tue Apr 27 17:25:29 2021 +0800

    fix some spell mistake for iotdb-engine conf (#3077)
---
 server/src/assembly/resources/conf/iotdb-engine.properties | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/server/src/assembly/resources/conf/iotdb-engine.properties 
b/server/src/assembly/resources/conf/iotdb-engine.properties
index 5299d78..6ded82c 100644
--- a/server/src/assembly/resources/conf/iotdb-engine.properties
+++ b/server/src/assembly/resources/conf/iotdb-engine.properties
@@ -113,8 +113,8 @@ rpc_port=6667
 
 # mult_dir_strategy
 # The strategy is used to choose a directory from tsfile_dir for the system to 
store a new tsfile.
-# System provides three strategies to choose from, or user can create his own 
strategy by extending 
org.apache.iotdb.db.conf.directories.strategy.DirectoryStrategy.
-# The info of the three strategies are as follows:
+# System provides four strategies to choose from, or user can create his own 
strategy by extending 
org.apache.iotdb.db.conf.directories.strategy.DirectoryStrategy.
+# The info of the four strategies are as follows:
 # 1. SequenceStrategy: the system will choose the directory in sequence.
 # 2. MaxDiskUsableSpaceFirstStrategy: the system will choose the directory 
whose disk has the maximum space.
 # 3. MinFolderOccupiedSpaceFirstStrategy: the system will choose the directory 
whose folder has the minimum occupied space.
@@ -138,7 +138,7 @@ rpc_port=6667
 # wal_dir=data/wal
 
 
-# TSFile storage file system. Currently, Tsfile are supported to be stored in 
LOCAL file system or HDFS.
+# TSFile storage file system. Currently, Tsfiles are supported to be stored in 
LOCAL file system or HDFS.
 # Datatype: FSType
 # tsfile_storage_fs=LOCAL
 
@@ -386,7 +386,7 @@ timestamp_precision=ms
 # seq_level_num=3
 
 # Works when compaction_strategy is LEVEL_COMPACTION.
-# The max ujseq file num of each level.
+# The max unseq file num of each level.
 # When the num of files in one level exceeds this,
 # the files in this level will merge to one and put to upper level.
 # Datatype: int

Reply via email to