This is an automated email from the ASF dual-hosted git repository. tanxinyu pushed a commit to branch fix_typo in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 2161dfcb4f42307f7c5989142fed5e9f4ce8632c Author: OneSizeFitQuorum <[email protected]> AuthorDate: Tue Feb 6 17:51:41 2024 +0800 finish Signed-off-by: OneSizeFitQuorum <[email protected]> --- .../datanode/src/assembly/resources/conf/iotdb-datanode.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iotdb-core/datanode/src/assembly/resources/conf/iotdb-datanode.properties b/iotdb-core/datanode/src/assembly/resources/conf/iotdb-datanode.properties index e529154cbba..e6ee742796e 100644 --- a/iotdb-core/datanode/src/assembly/resources/conf/iotdb-datanode.properties +++ b/iotdb-core/datanode/src/assembly/resources/conf/iotdb-datanode.properties @@ -170,8 +170,8 @@ dn_seed_config_node=127.0.0.1:10710 # multi_dir_strategy # The strategy is used to choose a directory from data_dirs for the system to store a new tsfile. -# 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: +# System provides two 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 two 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. # Set SequenceStrategy or MaxDiskUsableSpaceFirstStrategy to apply the corresponding strategy.
