This is an automated email from the ASF dual-hosted git repository.
tanxinyu pushed a commit to branch enhance_cn_confignode_target_list_cp
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to
refs/heads/enhance_cn_confignode_target_list_cp by this push:
new af69ba1132f enhance
af69ba1132f is described below
commit af69ba1132f72533d948ba5ff952f0603f287174
Author: OneSizeFitQuorum <[email protected]>
AuthorDate: Tue Aug 8 17:54:37 2023 +0800
enhance
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