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

tanxinyu 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 a3f996cbbc9 Fix iotdb-system.properties cluster_name comments #12791
a3f996cbbc9 is described below

commit a3f996cbbc97a80d9be3744a96615d36fae76a60
Author: Li Yu Heng <[email protected]>
AuthorDate: Mon Jun 24 10:45:19 2024 +0800

    Fix iotdb-system.properties cluster_name comments #12791
---
 .../src/assembly/resources/conf/iotdb-system.properties.template      | 4 +++-
 1 file changed, 3 insertions(+), 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 710810e276b..7af82dac833 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
@@ -22,7 +22,9 @@
 ####################
 
 # Used for indicate cluster name and distinguish different cluster.
-# effectiveMode: first_start
+# If you need to modify the cluster name, it's recommended to use 'set 
configuration "cluster_name=xxx"' sql.
+# Manually modifying configuration file is not recommended, which may cause 
node restart fail.
+# effectiveMode: restart
 # Datatype: string
 cluster_name=defaultCluster
 

Reply via email to