This is an automated email from the ASF dual-hosted git repository. tanxinyu pushed a commit to branch enhance_cn_confignode_target_list in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 976fcddf133b3b4dc29328a69e937cb98642c3d6 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
