You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2023/01/17 01:28:51 UTC

[iotdb] branch master updated: Update IoTDBConfig.java (#8887)

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

qiaojialin 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 ecc0224195 Update IoTDBConfig.java (#8887)
ecc0224195 is described below

commit ecc022419530e2a59bb43de54493aab0afdbbece
Author: YongzaoDan <33...@users.noreply.github.com>
AuthorDate: Tue Jan 17 09:28:45 2023 +0800

    Update IoTDBConfig.java (#8887)
---
 server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java b/server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java
index c75e685871..772bd57fa7 100644
--- a/server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java
+++ b/server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java
@@ -146,7 +146,7 @@ public class IoTDBConfig {
       "org.apache.iotdb.db.conf.directories.strategy.";
   private static final String DEFAULT_MULTI_DIR_STRATEGY = "MaxDiskUsableSpaceFirstStrategy";
   // Strategy of multiple directories
-  private String dnMultiDirStrategyClassName = null;
+  private String dnMultiDirStrategyClassName = DEFAULT_MULTI_DIR_STRATEGY;
 
   // Consensus directory
   private String dnConsensusDir = IoTDBConstant.DEFAULT_BASE_DIR + File.separator + "consensus";