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

haonan pushed a commit to branch rel/1.2
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/1.2 by this push:
     new 571905fac18 [To rel/1.2] Enhance cn_confignode_target_list comments 
(#10813)
571905fac18 is described below

commit 571905fac18161b5eebd7de6e0805ef33b0a7495
Author: Potato <[email protected]>
AuthorDate: Tue Aug 8 18:13:26 2023 +0800

    [To rel/1.2] Enhance cn_confignode_target_list comments (#10813)
    
    Signed-off-by: OneSizeFitQuorum <[email protected]>
---
 .../src/assembly/resources/conf/iotdb-confignode.properties          | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git 
a/iotdb-core/confignode/src/assembly/resources/conf/iotdb-confignode.properties 
b/iotdb-core/confignode/src/assembly/resources/conf/iotdb-confignode.properties
index 53bc6cbd0a0..81185973bfa 100644
--- 
a/iotdb-core/confignode/src/assembly/resources/conf/iotdb-confignode.properties
+++ 
b/iotdb-core/confignode/src/assembly/resources/conf/iotdb-confignode.properties
@@ -39,8 +39,9 @@ cn_consensus_port=10720
 ####################
 
 # For the first ConfigNode to start, cn_target_config_node_list points to its 
own cn_internal_address:cn_internal_port.
-# For other ConfigNodes that to join the cluster, target_config_node_list 
points to any running ConfigNode's cn_internal_address:cn_internal_port.
-# Format: address:port(,address:port)*   e.g. 127.0.0.1:10710,127.0.0.1:10711
+# For other ConfigNodes that to join the cluster, cn_target_config_node_list 
points to any running ConfigNode's cn_internal_address:cn_internal_port.
+# Note: Currently only endpoints that point to a single confignode are 
supported
+# Format: address:port   e.g. 127.0.0.1:10710
 # Datatype: String
 cn_target_config_node_list=127.0.0.1:10710
 

Reply via email to