This is an automated email from the ASF dual-hosted git repository. ejttianyu pushed a commit to branch master_fix_conf_ in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit c3f48188cc6fe46fcb8c4bcce60e6b583216d612 Author: EJTTianyu <[email protected]> AuthorDate: Tue Apr 27 16:26:13 2021 +0800 fix some spell mistake for iotdb-engine conf --- 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
