This is an automated email from the ASF dual-hosted git repository.
rong pushed a commit to branch dev/1.3
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/dev/1.3 by this push:
new d9767030b60 Conf Template: Fix wrong symbol (#15748)
d9767030b60 is described below
commit d9767030b60339f95a2e63544cff44e436bd457c
Author: Peng Junzhi <[email protected]>
AuthorDate: Wed Jun 18 15:06:46 2025 +0800
Conf Template: Fix wrong symbol (#15748)
---
.../src/assembly/resources/conf/iotdb-system.properties.template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/iotdb-core/node-commons/src/assembly/resources/conf/iotdb-system.properties.template
b/iotdb-core/node-commons/src/assembly/resources/conf/iotdb-system.properties.template
index ac30871fdc3..0e8770077c5 100644
---
a/iotdb-core/node-commons/src/assembly/resources/conf/iotdb-system.properties.template
+++
b/iotdb-core/node-commons/src/assembly/resources/conf/iotdb-system.properties.template
@@ -256,7 +256,7 @@ load_disk_select_strategy=MIN_IO_FIRST
# The info of the three strategies are as follows:
# 1. MIN_IO_FIRST: the system will try to choose the same disk as tsFileToLoad
for loading.
# 2. INHERIT_SYSTEM_MULTI_DISKS_SELECT_STRATEGY: the system will choose one
disk according to dn_multi_dir_strategy.
-$ 3. INHERIT_LOAD: the system will use the same strategy as
load_disk_select_strategy.
+# 3. INHERIT_LOAD: the system will use the same strategy as
load_disk_select_strategy.
# If this property is unset, system will use INHERIT_LOAD as default strategy.
# effectiveMode: restart
# Datatype: String