This is an automated email from the ASF dual-hosted git repository. yongzao pushed a commit to branch remove_list in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
commit b716b2ae9bdb65bdd63d77663d8c47f8938a4f34 Author: YongzaoDan <[email protected]> AuthorDate: Tue Oct 17 16:29:37 2023 +0800 Finish --- .../Master/Deployment-and-Maintenance/Docker-Install.md | 14 +++++++------- src/UserGuide/Master/QuickStart/ClusterQuickStart.md | 6 +++--- .../Master/stage/Cluster/Get-Installation-Package.md | 14 +++++++------- src/UserGuide/Master/stage/WayToGetIoTDB.md | 14 +++++++------- src/UserGuide/V1.0.x/QuickStart/ClusterQuickStart.md | 6 +++--- src/UserGuide/V1.0.x/QuickStart/WayToGetIoTDB.md | 14 +++++++------- src/UserGuide/V1.1.x/QuickStart/ClusterQuickStart.md | 6 +++--- src/UserGuide/V1.1.x/QuickStart/WayToGetIoTDB.md | 14 +++++++------- .../V1.2.x/Deployment-and-Maintenance/Docker-Install.md | 14 +++++++------- src/UserGuide/V1.2.x/QuickStart/ClusterQuickStart.md | 6 +++--- .../V1.2.x/stage/Cluster/Get-Installation-Package.md | 14 +++++++------- src/UserGuide/V1.2.x/stage/WayToGetIoTDB.md | 14 +++++++------- .../Deployment-and-Maintenance/Deployment-Guide_timecho.md | 8 ++++---- .../Master/Deployment-and-Maintenance/Docker-Install.md | 14 +++++++------- src/zh/UserGuide/Master/QuickStart/ClusterQuickStart.md | 6 +++--- .../Master/Tools-System/Maintenance-Tool_timecho.md | 8 ++++---- .../Master/stage/Cluster/Get-Installation-Package.md | 14 +++++++------- src/zh/UserGuide/Master/stage/WayToGetIoTDB.md | 14 +++++++------- src/zh/UserGuide/V1.0.x/QuickStart/ClusterQuickStart.md | 6 +++--- src/zh/UserGuide/V1.0.x/QuickStart/WayToGetIoTDB.md | 14 +++++++------- src/zh/UserGuide/V1.1.x/QuickStart/ClusterQuickStart.md | 6 +++--- src/zh/UserGuide/V1.1.x/QuickStart/WayToGetIoTDB.md | 14 +++++++------- .../Deployment-and-Maintenance/Deployment-Guide_timecho.md | 8 ++++---- .../V1.2.x/Deployment-and-Maintenance/Docker-Install.md | 14 +++++++------- src/zh/UserGuide/V1.2.x/QuickStart/ClusterQuickStart.md | 6 +++--- .../V1.2.x/Tools-System/Maintenance-Tool_timecho.md | 8 ++++---- .../V1.2.x/stage/Cluster/Get-Installation-Package.md | 14 +++++++------- src/zh/UserGuide/V1.2.x/stage/WayToGetIoTDB.md | 14 +++++++------- 28 files changed, 152 insertions(+), 152 deletions(-) diff --git a/src/UserGuide/Master/Deployment-and-Maintenance/Docker-Install.md b/src/UserGuide/Master/Deployment-and-Maintenance/Docker-Install.md index ff5db87..4097120 100644 --- a/src/UserGuide/Master/Deployment-and-Maintenance/Docker-Install.md +++ b/src/UserGuide/Master/Deployment-and-Maintenance/Docker-Install.md @@ -38,12 +38,12 @@ docker run -d --name iotdb-service \ --ip 172.18.0.6 \ -p 6667:6667 \ -e cn_internal_address=iotdb-service \ - -e cn_target_config_node_list=iotdb-service:10710 \ + -e cn_target_config_node=iotdb-service:10710 \ -e cn_internal_port=10710 \ -e cn_consensus_port=10720 \ -e dn_rpc_address=iotdb-service \ -e dn_internal_address=iotdb-service \ - -e dn_target_config_node_list=iotdb-service:10710 \ + -e dn_target_config_node=iotdb-service:10710 \ -e dn_mpp_data_exchange_port=10740 \ -e dn_schema_region_consensus_port=10750 \ -e dn_data_region_consensus_port=10760 \ @@ -76,14 +76,14 @@ services: - cn_internal_address=iotdb-service - cn_internal_port=10710 - cn_consensus_port=10720 - - cn_target_config_node_list=iotdb-service:10710 + - cn_target_config_node=iotdb-service:10710 - dn_rpc_address=iotdb-service - dn_internal_address=iotdb-service - dn_rpc_port=6667 - dn_mpp_data_exchange_port=10740 - dn_schema_region_consensus_port=10750 - dn_data_region_consensus_port=10760 - - dn_target_config_node_list=iotdb-service:10710 + - dn_target_config_node=iotdb-service:10710 volumes: - ./data:/iotdb/data - ./logs:/iotdb/logs @@ -112,7 +112,7 @@ services: container_name: iotdb-confignode environment: - cn_internal_address=iotdb-2 - - cn_target_config_node_list=iotdb-1:10710 + - cn_target_config_node=iotdb-1:10710 - cn_internal_port=10710 - cn_consensus_port=10720 - schema_replication_factor=3 @@ -132,7 +132,7 @@ services: environment: - dn_rpc_address=iotdb-2 - dn_internal_address=iotdb-2 - - dn_target_config_node_list=iotdb-1:10710 + - dn_target_config_node=iotdb-1:10710 - data_replication_factor=3 - dn_rpc_port=6667 - dn_mpp_data_exchange_port=10740 @@ -151,7 +151,7 @@ services: Notice: -1. The `dn_target_config_node_list` of three nodes must the same and it is the first starting node of `iotdb-1` with the cn_internal_port of 10710。 +1. The `dn_target_config_node` of three nodes must the same and it is the first starting node of `iotdb-1` with the cn_internal_port of 10710。 2. In this docker-compose file,`iotdb-2` should be replace with the real IP or hostname of each node to generate docker compose files in the other nodes. 3. The services would talk with each other, so they need map the /etc/hosts file or add the `extra_hosts` to the docker compose file. 4. We must start the IoTDB services of `iotdb-1` first at the first time of starting. diff --git a/src/UserGuide/Master/QuickStart/ClusterQuickStart.md b/src/UserGuide/Master/QuickStart/ClusterQuickStart.md index 3403bd8..0a64a12 100644 --- a/src/UserGuide/Master/QuickStart/ClusterQuickStart.md +++ b/src/UserGuide/Master/QuickStart/ClusterQuickStart.md @@ -84,7 +84,7 @@ It's recommended that the configurations of iotdb-common.properties and the heap Before starting the IoTDB cluster, make sure the configurations are correct and there is no any data in the working directory. #### 1.3.1. start the first node -That is `cn_target_config_node_list` in above configuration table. +That is `cn_target_config_node` in above configuration table. Execute these commands below in node of `192.168.132.10`. ```shell cd /data/iotdb @@ -99,7 +99,7 @@ tail -f logs/log_datanode_all.log If there is no such logs mentioned abolve or there are some `Exception`s in log files, it's failed. Then please check `log_confignode_all.log` and `log_datanode_all.log` in directory of `/data/iotdb/logs`. **Notice**: -- Make sure the first node, especially the first ConfigNode that `cn_target_config_node_list` specified, starting successfully, and then start the other services. +- Make sure the first node, especially the first ConfigNode that `cn_target_config_node` specified, starting successfully, and then start the other services. - If starting failed,it's necessary to do [cleanup](#【reference】cleanup) before starting again. - How to start service ConfigNode or DataNode alone: ```shell @@ -173,7 +173,7 @@ It's the same as starting the other nodes mentioned above. That is downloading I **Notice** - It's must be cleaned up, in other words doing [cleanup](#cleanup) in it. - `cluster_name` of `iotdb-common.properties` must be the same to the cluster. -- `cn_target_config_node_list` and `dn_target_config_node_list` must be the same to the cluster. +- `cn_target_config_node` and `dn_target_config_node` must be the same to the cluster. - The old data wouldn't be moved to the new node but the new data would be. ### 2.1. configuration diff --git a/src/UserGuide/Master/stage/Cluster/Get-Installation-Package.md b/src/UserGuide/Master/stage/Cluster/Get-Installation-Package.md index fa62c33..897581a 100644 --- a/src/UserGuide/Master/stage/Cluster/Get-Installation-Package.md +++ b/src/UserGuide/Master/stage/Cluster/Get-Installation-Package.md @@ -103,12 +103,12 @@ docker run -d --name iotdb-service \ --ip 172.18.0.6 \ -p 6667:6667 \ -e cn_internal_address=iotdb-service \ - -e cn_target_config_node_list=iotdb-service:10710 \ + -e cn_target_config_node=iotdb-service:10710 \ -e cn_internal_port=10710 \ -e cn_consensus_port=10720 \ -e dn_rpc_address=iotdb-service \ -e dn_internal_address=iotdb-service \ - -e dn_target_config_node_list=iotdb-service:10710 \ + -e dn_target_config_node=iotdb-service:10710 \ -e dn_mpp_data_exchange_port=10740 \ -e dn_schema_region_consensus_port=10750 \ -e dn_data_region_consensus_port=10760 \ @@ -141,14 +141,14 @@ services: - cn_internal_address=iotdb-service - cn_internal_port=10710 - cn_consensus_port=10720 - - cn_target_config_node_list=iotdb-service:10710 + - cn_target_config_node=iotdb-service:10710 - dn_rpc_address=iotdb-service - dn_internal_address=iotdb-service - dn_rpc_port=6667 - dn_mpp_data_exchange_port=10740 - dn_schema_region_consensus_port=10750 - dn_data_region_consensus_port=10760 - - dn_target_config_node_list=iotdb-service:10710 + - dn_target_config_node=iotdb-service:10710 volumes: - ./data:/iotdb/data - ./logs:/iotdb/logs @@ -177,7 +177,7 @@ services: container_name: iotdb-confignode environment: - cn_internal_address=iotdb-2 - - cn_target_config_node_list=iotdb-1:10710 + - cn_target_config_node=iotdb-1:10710 - cn_internal_port=10710 - cn_consensus_port=10720 - schema_replication_factor=3 @@ -197,7 +197,7 @@ services: environment: - dn_rpc_address=iotdb-2 - dn_internal_address=iotdb-2 - - dn_target_config_node_list=iotdb-1:10710 + - dn_target_config_node=iotdb-1:10710 - data_replication_factor=3 - dn_rpc_port=6667 - dn_mpp_data_exchange_port=10740 @@ -216,7 +216,7 @@ services: Notice: -1. The `dn_target_config_node_list` of three nodes must the same and it is the first starting node of `iotdb-1` with the cn_internal_port of 10710。 +1. The `dn_target_config_node` of three nodes must the same and it is the first starting node of `iotdb-1` with the cn_internal_port of 10710。 2. In this docker-compose file,`iotdb-2` should be replace with the real IP or hostname of each node to generate docker compose files in the other nodes. 3. The services would talk with each other, so they need map the /etc/hosts file or add the `extra_hosts` to the docker compose file. 4. We must start the IoTDB services of `iotdb-1` first at the first time of starting. diff --git a/src/UserGuide/Master/stage/WayToGetIoTDB.md b/src/UserGuide/Master/stage/WayToGetIoTDB.md index 08e0157..4c61f14 100644 --- a/src/UserGuide/Master/stage/WayToGetIoTDB.md +++ b/src/UserGuide/Master/stage/WayToGetIoTDB.md @@ -100,12 +100,12 @@ docker run -d --name iotdb-service \ --ip 172.18.0.6 \ -p 6667:6667 \ -e cn_internal_address=iotdb-service \ - -e cn_target_config_node_list=iotdb-service:10710 \ + -e cn_target_config_node=iotdb-service:10710 \ -e cn_internal_port=10710 \ -e cn_consensus_port=10720 \ -e dn_rpc_address=iotdb-service \ -e dn_internal_address=iotdb-service \ - -e dn_target_config_node_list=iotdb-service:10710 \ + -e dn_target_config_node=iotdb-service:10710 \ -e dn_mpp_data_exchange_port=10740 \ -e dn_schema_region_consensus_port=10750 \ -e dn_data_region_consensus_port=10760 \ @@ -134,14 +134,14 @@ services: - cn_internal_address=iotdb-service - cn_internal_port=10710 - cn_consensus_port=10720 - - cn_target_config_node_list=iotdb-service:10710 + - cn_target_config_node=iotdb-service:10710 - dn_rpc_address=iotdb-service - dn_internal_address=iotdb-service - dn_rpc_port=6667 - dn_mpp_data_exchange_port=10740 - dn_schema_region_consensus_port=10750 - dn_data_region_consensus_port=10760 - - dn_target_config_node_list=iotdb-service:10710 + - dn_target_config_node=iotdb-service:10710 volumes: - ./data:/iotdb/data - ./logs:/iotdb/logs @@ -167,7 +167,7 @@ services: container_name: iotdb-confignode environment: - cn_internal_address=iotdb-2 - - cn_target_config_node_list=iotdb-1:10710 + - cn_target_config_node=iotdb-1:10710 - cn_internal_port=10710 - cn_consensus_port=10720 - schema_replication_factor=3 @@ -187,7 +187,7 @@ services: environment: - dn_rpc_address=iotdb-2 - dn_internal_address=iotdb-2 - - dn_target_config_node_list=iotdb-1:10710 + - dn_target_config_node=iotdb-1:10710 - data_replication_factor=3 - dn_rpc_port=6667 - dn_mpp_data_exchange_port=10740 @@ -204,7 +204,7 @@ services: network_mode: "host" ``` Notice: -1. The `dn_target_config_node_list` of three nodes must the same and it is the first starting node of `iotdb-1` with the cn_internal_port of 10710。 +1. The `dn_target_config_node` of three nodes must the same and it is the first starting node of `iotdb-1` with the cn_internal_port of 10710。 2. In this docker-compose file,`iotdb-2` should be replace with the real IP or hostname of each node to generate docker compose files in the other nodes. 3. The services would talk with each other, so they need map the /etc/hosts file or add the `extra_hosts` to the docker compose file. 4. We must start the IoTDB services of `iotdb-1` first at the first time of starting. diff --git a/src/UserGuide/V1.0.x/QuickStart/ClusterQuickStart.md b/src/UserGuide/V1.0.x/QuickStart/ClusterQuickStart.md index 3403bd8..0a64a12 100644 --- a/src/UserGuide/V1.0.x/QuickStart/ClusterQuickStart.md +++ b/src/UserGuide/V1.0.x/QuickStart/ClusterQuickStart.md @@ -84,7 +84,7 @@ It's recommended that the configurations of iotdb-common.properties and the heap Before starting the IoTDB cluster, make sure the configurations are correct and there is no any data in the working directory. #### 1.3.1. start the first node -That is `cn_target_config_node_list` in above configuration table. +That is `cn_target_config_node` in above configuration table. Execute these commands below in node of `192.168.132.10`. ```shell cd /data/iotdb @@ -99,7 +99,7 @@ tail -f logs/log_datanode_all.log If there is no such logs mentioned abolve or there are some `Exception`s in log files, it's failed. Then please check `log_confignode_all.log` and `log_datanode_all.log` in directory of `/data/iotdb/logs`. **Notice**: -- Make sure the first node, especially the first ConfigNode that `cn_target_config_node_list` specified, starting successfully, and then start the other services. +- Make sure the first node, especially the first ConfigNode that `cn_target_config_node` specified, starting successfully, and then start the other services. - If starting failed,it's necessary to do [cleanup](#【reference】cleanup) before starting again. - How to start service ConfigNode or DataNode alone: ```shell @@ -173,7 +173,7 @@ It's the same as starting the other nodes mentioned above. That is downloading I **Notice** - It's must be cleaned up, in other words doing [cleanup](#cleanup) in it. - `cluster_name` of `iotdb-common.properties` must be the same to the cluster. -- `cn_target_config_node_list` and `dn_target_config_node_list` must be the same to the cluster. +- `cn_target_config_node` and `dn_target_config_node` must be the same to the cluster. - The old data wouldn't be moved to the new node but the new data would be. ### 2.1. configuration diff --git a/src/UserGuide/V1.0.x/QuickStart/WayToGetIoTDB.md b/src/UserGuide/V1.0.x/QuickStart/WayToGetIoTDB.md index 7c61b2c..4551db1 100644 --- a/src/UserGuide/V1.0.x/QuickStart/WayToGetIoTDB.md +++ b/src/UserGuide/V1.0.x/QuickStart/WayToGetIoTDB.md @@ -100,12 +100,12 @@ docker run -d --name iotdb-service \ --ip 172.18.0.6 \ -p 6667:6667 \ -e cn_internal_address=iotdb-service \ - -e cn_target_config_node_list=iotdb-service:10710 \ + -e cn_target_config_node=iotdb-service:10710 \ -e cn_internal_port=10710 \ -e cn_consensus_port=10720 \ -e dn_rpc_address=iotdb-service \ -e dn_internal_address=iotdb-service \ - -e dn_target_config_node_list=iotdb-service:10710 \ + -e dn_target_config_node=iotdb-service:10710 \ -e dn_mpp_data_exchange_port=10740 \ -e dn_schema_region_consensus_port=10750 \ -e dn_data_region_consensus_port=10760 \ @@ -134,13 +134,13 @@ services: - cn_internal_address=iotdb-service - cn_internal_port=10710 - cn_consensus_port=10720 - - cn_target_config_node_list=iotdb-service:10710 + - cn_target_config_node=iotdb-service:10710 - dn_rpc_address=iotdb-service - dn_rpc_port=6667 - dn_mpp_data_exchange_port=10740 - dn_schema_region_consensus_port=10750 - dn_data_region_consensus_port=10760 - - dn_target_config_node_list=iotdb-service:10710 + - dn_target_config_node=iotdb-service:10710 volumes: - ./data:/iotdb/data - ./logs:/iotdb/logs @@ -166,7 +166,7 @@ services: container_name: iotdb-confignode1.0.1- environment: - cn_internal_address=iotdb-2 - - cn_target_config_node_list=iotdb-1:10710 + - cn_target_config_node=iotdb-1:10710 - cn_internal_port=10710 - cn_consensus_port=10720 - schema_replication_factor=3 @@ -186,7 +186,7 @@ services: environment: - dn_rpc_address=iotdb-2 - dn_internal_address=iotdb-2 - - dn_target_config_node_list=iotdb-1:10710 + - dn_target_config_node=iotdb-1:10710 - data_replication_factor=3 - dn_rpc_port=6667 - dn_mpp_data_exchange_port=10740 @@ -203,7 +203,7 @@ services: network_mode: "host" ``` Notice: -1. The `dn_target_config_node_list` of three nodes must the same and it is the first starting node of `iotdb-1` with the cn_internal_port of 10710。 +1. The `dn_target_config_node` of three nodes must the same and it is the first starting node of `iotdb-1` with the cn_internal_port of 10710。 2. In this docker-compose file,`iotdb-2` should be replace with the real IP or hostname of each node to generate docker compose files in the other nodes. 3. The services would talk with each other, so they need map the /etc/hosts file or add the `extra_hosts` to the docker compose file. 4. We must start the IoTDB services of `iotdb-1` first at the first time of starting. diff --git a/src/UserGuide/V1.1.x/QuickStart/ClusterQuickStart.md b/src/UserGuide/V1.1.x/QuickStart/ClusterQuickStart.md index 3403bd8..0a64a12 100644 --- a/src/UserGuide/V1.1.x/QuickStart/ClusterQuickStart.md +++ b/src/UserGuide/V1.1.x/QuickStart/ClusterQuickStart.md @@ -84,7 +84,7 @@ It's recommended that the configurations of iotdb-common.properties and the heap Before starting the IoTDB cluster, make sure the configurations are correct and there is no any data in the working directory. #### 1.3.1. start the first node -That is `cn_target_config_node_list` in above configuration table. +That is `cn_target_config_node` in above configuration table. Execute these commands below in node of `192.168.132.10`. ```shell cd /data/iotdb @@ -99,7 +99,7 @@ tail -f logs/log_datanode_all.log If there is no such logs mentioned abolve or there are some `Exception`s in log files, it's failed. Then please check `log_confignode_all.log` and `log_datanode_all.log` in directory of `/data/iotdb/logs`. **Notice**: -- Make sure the first node, especially the first ConfigNode that `cn_target_config_node_list` specified, starting successfully, and then start the other services. +- Make sure the first node, especially the first ConfigNode that `cn_target_config_node` specified, starting successfully, and then start the other services. - If starting failed,it's necessary to do [cleanup](#【reference】cleanup) before starting again. - How to start service ConfigNode or DataNode alone: ```shell @@ -173,7 +173,7 @@ It's the same as starting the other nodes mentioned above. That is downloading I **Notice** - It's must be cleaned up, in other words doing [cleanup](#cleanup) in it. - `cluster_name` of `iotdb-common.properties` must be the same to the cluster. -- `cn_target_config_node_list` and `dn_target_config_node_list` must be the same to the cluster. +- `cn_target_config_node` and `dn_target_config_node` must be the same to the cluster. - The old data wouldn't be moved to the new node but the new data would be. ### 2.1. configuration diff --git a/src/UserGuide/V1.1.x/QuickStart/WayToGetIoTDB.md b/src/UserGuide/V1.1.x/QuickStart/WayToGetIoTDB.md index bda484b..daaa66a 100644 --- a/src/UserGuide/V1.1.x/QuickStart/WayToGetIoTDB.md +++ b/src/UserGuide/V1.1.x/QuickStart/WayToGetIoTDB.md @@ -100,12 +100,12 @@ docker run -d --name iotdb-service \ --ip 172.18.0.6 \ -p 6667:6667 \ -e cn_internal_address=iotdb-service \ - -e cn_target_config_node_list=iotdb-service:10710 \ + -e cn_target_config_node=iotdb-service:10710 \ -e cn_internal_port=10710 \ -e cn_consensus_port=10720 \ -e dn_rpc_address=iotdb-service \ -e dn_internal_address=iotdb-service \ - -e dn_target_config_node_list=iotdb-service:10710 \ + -e dn_target_config_node=iotdb-service:10710 \ -e dn_mpp_data_exchange_port=10740 \ -e dn_schema_region_consensus_port=10750 \ -e dn_data_region_consensus_port=10760 \ @@ -134,14 +134,14 @@ services: - cn_internal_address=iotdb-service - cn_internal_port=10710 - cn_consensus_port=10720 - - cn_target_config_node_list=iotdb-service:10710 + - cn_target_config_node=iotdb-service:10710 - dn_rpc_address=iotdb-service - dn_internal_address=iotdb-service - dn_rpc_port=6667 - dn_mpp_data_exchange_port=10740 - dn_schema_region_consensus_port=10750 - dn_data_region_consensus_port=10760 - - dn_target_config_node_list=iotdb-service:10710 + - dn_target_config_node=iotdb-service:10710 volumes: - ./data:/iotdb/data - ./logs:/iotdb/logs @@ -167,7 +167,7 @@ services: container_name: iotdb-confignode environment: - cn_internal_address=iotdb-2 - - cn_target_config_node_list=iotdb-1:10710 + - cn_target_config_node=iotdb-1:10710 - cn_internal_port=10710 - cn_consensus_port=10720 - schema_replication_factor=3 @@ -187,7 +187,7 @@ services: environment: - dn_rpc_address=iotdb-2 - dn_internal_address=iotdb-2 - - dn_target_config_node_list=iotdb-1:10710 + - dn_target_config_node=iotdb-1:10710 - data_replication_factor=3 - dn_rpc_port=6667 - dn_mpp_data_exchange_port=10740 @@ -204,7 +204,7 @@ services: network_mode: "host" ``` Notice: -1. The `dn_target_config_node_list` of three nodes must the same and it is the first starting node of `iotdb-1` with the cn_internal_port of 10710。 +1. The `dn_target_config_node` of three nodes must the same and it is the first starting node of `iotdb-1` with the cn_internal_port of 10710。 2. In this docker-compose file,`iotdb-2` should be replace with the real IP or hostname of each node to generate docker compose files in the other nodes. 3. The services would talk with each other, so they need map the /etc/hosts file or add the `extra_hosts` to the docker compose file. 4. We must start the IoTDB services of `iotdb-1` first at the first time of starting. diff --git a/src/UserGuide/V1.2.x/Deployment-and-Maintenance/Docker-Install.md b/src/UserGuide/V1.2.x/Deployment-and-Maintenance/Docker-Install.md index ff5db87..4097120 100644 --- a/src/UserGuide/V1.2.x/Deployment-and-Maintenance/Docker-Install.md +++ b/src/UserGuide/V1.2.x/Deployment-and-Maintenance/Docker-Install.md @@ -38,12 +38,12 @@ docker run -d --name iotdb-service \ --ip 172.18.0.6 \ -p 6667:6667 \ -e cn_internal_address=iotdb-service \ - -e cn_target_config_node_list=iotdb-service:10710 \ + -e cn_target_config_node=iotdb-service:10710 \ -e cn_internal_port=10710 \ -e cn_consensus_port=10720 \ -e dn_rpc_address=iotdb-service \ -e dn_internal_address=iotdb-service \ - -e dn_target_config_node_list=iotdb-service:10710 \ + -e dn_target_config_node=iotdb-service:10710 \ -e dn_mpp_data_exchange_port=10740 \ -e dn_schema_region_consensus_port=10750 \ -e dn_data_region_consensus_port=10760 \ @@ -76,14 +76,14 @@ services: - cn_internal_address=iotdb-service - cn_internal_port=10710 - cn_consensus_port=10720 - - cn_target_config_node_list=iotdb-service:10710 + - cn_target_config_node=iotdb-service:10710 - dn_rpc_address=iotdb-service - dn_internal_address=iotdb-service - dn_rpc_port=6667 - dn_mpp_data_exchange_port=10740 - dn_schema_region_consensus_port=10750 - dn_data_region_consensus_port=10760 - - dn_target_config_node_list=iotdb-service:10710 + - dn_target_config_node=iotdb-service:10710 volumes: - ./data:/iotdb/data - ./logs:/iotdb/logs @@ -112,7 +112,7 @@ services: container_name: iotdb-confignode environment: - cn_internal_address=iotdb-2 - - cn_target_config_node_list=iotdb-1:10710 + - cn_target_config_node=iotdb-1:10710 - cn_internal_port=10710 - cn_consensus_port=10720 - schema_replication_factor=3 @@ -132,7 +132,7 @@ services: environment: - dn_rpc_address=iotdb-2 - dn_internal_address=iotdb-2 - - dn_target_config_node_list=iotdb-1:10710 + - dn_target_config_node=iotdb-1:10710 - data_replication_factor=3 - dn_rpc_port=6667 - dn_mpp_data_exchange_port=10740 @@ -151,7 +151,7 @@ services: Notice: -1. The `dn_target_config_node_list` of three nodes must the same and it is the first starting node of `iotdb-1` with the cn_internal_port of 10710。 +1. The `dn_target_config_node` of three nodes must the same and it is the first starting node of `iotdb-1` with the cn_internal_port of 10710。 2. In this docker-compose file,`iotdb-2` should be replace with the real IP or hostname of each node to generate docker compose files in the other nodes. 3. The services would talk with each other, so they need map the /etc/hosts file or add the `extra_hosts` to the docker compose file. 4. We must start the IoTDB services of `iotdb-1` first at the first time of starting. diff --git a/src/UserGuide/V1.2.x/QuickStart/ClusterQuickStart.md b/src/UserGuide/V1.2.x/QuickStart/ClusterQuickStart.md index 3403bd8..0a64a12 100644 --- a/src/UserGuide/V1.2.x/QuickStart/ClusterQuickStart.md +++ b/src/UserGuide/V1.2.x/QuickStart/ClusterQuickStart.md @@ -84,7 +84,7 @@ It's recommended that the configurations of iotdb-common.properties and the heap Before starting the IoTDB cluster, make sure the configurations are correct and there is no any data in the working directory. #### 1.3.1. start the first node -That is `cn_target_config_node_list` in above configuration table. +That is `cn_target_config_node` in above configuration table. Execute these commands below in node of `192.168.132.10`. ```shell cd /data/iotdb @@ -99,7 +99,7 @@ tail -f logs/log_datanode_all.log If there is no such logs mentioned abolve or there are some `Exception`s in log files, it's failed. Then please check `log_confignode_all.log` and `log_datanode_all.log` in directory of `/data/iotdb/logs`. **Notice**: -- Make sure the first node, especially the first ConfigNode that `cn_target_config_node_list` specified, starting successfully, and then start the other services. +- Make sure the first node, especially the first ConfigNode that `cn_target_config_node` specified, starting successfully, and then start the other services. - If starting failed,it's necessary to do [cleanup](#【reference】cleanup) before starting again. - How to start service ConfigNode or DataNode alone: ```shell @@ -173,7 +173,7 @@ It's the same as starting the other nodes mentioned above. That is downloading I **Notice** - It's must be cleaned up, in other words doing [cleanup](#cleanup) in it. - `cluster_name` of `iotdb-common.properties` must be the same to the cluster. -- `cn_target_config_node_list` and `dn_target_config_node_list` must be the same to the cluster. +- `cn_target_config_node` and `dn_target_config_node` must be the same to the cluster. - The old data wouldn't be moved to the new node but the new data would be. ### 2.1. configuration diff --git a/src/UserGuide/V1.2.x/stage/Cluster/Get-Installation-Package.md b/src/UserGuide/V1.2.x/stage/Cluster/Get-Installation-Package.md index fa62c33..897581a 100644 --- a/src/UserGuide/V1.2.x/stage/Cluster/Get-Installation-Package.md +++ b/src/UserGuide/V1.2.x/stage/Cluster/Get-Installation-Package.md @@ -103,12 +103,12 @@ docker run -d --name iotdb-service \ --ip 172.18.0.6 \ -p 6667:6667 \ -e cn_internal_address=iotdb-service \ - -e cn_target_config_node_list=iotdb-service:10710 \ + -e cn_target_config_node=iotdb-service:10710 \ -e cn_internal_port=10710 \ -e cn_consensus_port=10720 \ -e dn_rpc_address=iotdb-service \ -e dn_internal_address=iotdb-service \ - -e dn_target_config_node_list=iotdb-service:10710 \ + -e dn_target_config_node=iotdb-service:10710 \ -e dn_mpp_data_exchange_port=10740 \ -e dn_schema_region_consensus_port=10750 \ -e dn_data_region_consensus_port=10760 \ @@ -141,14 +141,14 @@ services: - cn_internal_address=iotdb-service - cn_internal_port=10710 - cn_consensus_port=10720 - - cn_target_config_node_list=iotdb-service:10710 + - cn_target_config_node=iotdb-service:10710 - dn_rpc_address=iotdb-service - dn_internal_address=iotdb-service - dn_rpc_port=6667 - dn_mpp_data_exchange_port=10740 - dn_schema_region_consensus_port=10750 - dn_data_region_consensus_port=10760 - - dn_target_config_node_list=iotdb-service:10710 + - dn_target_config_node=iotdb-service:10710 volumes: - ./data:/iotdb/data - ./logs:/iotdb/logs @@ -177,7 +177,7 @@ services: container_name: iotdb-confignode environment: - cn_internal_address=iotdb-2 - - cn_target_config_node_list=iotdb-1:10710 + - cn_target_config_node=iotdb-1:10710 - cn_internal_port=10710 - cn_consensus_port=10720 - schema_replication_factor=3 @@ -197,7 +197,7 @@ services: environment: - dn_rpc_address=iotdb-2 - dn_internal_address=iotdb-2 - - dn_target_config_node_list=iotdb-1:10710 + - dn_target_config_node=iotdb-1:10710 - data_replication_factor=3 - dn_rpc_port=6667 - dn_mpp_data_exchange_port=10740 @@ -216,7 +216,7 @@ services: Notice: -1. The `dn_target_config_node_list` of three nodes must the same and it is the first starting node of `iotdb-1` with the cn_internal_port of 10710。 +1. The `dn_target_config_node` of three nodes must the same and it is the first starting node of `iotdb-1` with the cn_internal_port of 10710。 2. In this docker-compose file,`iotdb-2` should be replace with the real IP or hostname of each node to generate docker compose files in the other nodes. 3. The services would talk with each other, so they need map the /etc/hosts file or add the `extra_hosts` to the docker compose file. 4. We must start the IoTDB services of `iotdb-1` first at the first time of starting. diff --git a/src/UserGuide/V1.2.x/stage/WayToGetIoTDB.md b/src/UserGuide/V1.2.x/stage/WayToGetIoTDB.md index 08e0157..4c61f14 100644 --- a/src/UserGuide/V1.2.x/stage/WayToGetIoTDB.md +++ b/src/UserGuide/V1.2.x/stage/WayToGetIoTDB.md @@ -100,12 +100,12 @@ docker run -d --name iotdb-service \ --ip 172.18.0.6 \ -p 6667:6667 \ -e cn_internal_address=iotdb-service \ - -e cn_target_config_node_list=iotdb-service:10710 \ + -e cn_target_config_node=iotdb-service:10710 \ -e cn_internal_port=10710 \ -e cn_consensus_port=10720 \ -e dn_rpc_address=iotdb-service \ -e dn_internal_address=iotdb-service \ - -e dn_target_config_node_list=iotdb-service:10710 \ + -e dn_target_config_node=iotdb-service:10710 \ -e dn_mpp_data_exchange_port=10740 \ -e dn_schema_region_consensus_port=10750 \ -e dn_data_region_consensus_port=10760 \ @@ -134,14 +134,14 @@ services: - cn_internal_address=iotdb-service - cn_internal_port=10710 - cn_consensus_port=10720 - - cn_target_config_node_list=iotdb-service:10710 + - cn_target_config_node=iotdb-service:10710 - dn_rpc_address=iotdb-service - dn_internal_address=iotdb-service - dn_rpc_port=6667 - dn_mpp_data_exchange_port=10740 - dn_schema_region_consensus_port=10750 - dn_data_region_consensus_port=10760 - - dn_target_config_node_list=iotdb-service:10710 + - dn_target_config_node=iotdb-service:10710 volumes: - ./data:/iotdb/data - ./logs:/iotdb/logs @@ -167,7 +167,7 @@ services: container_name: iotdb-confignode environment: - cn_internal_address=iotdb-2 - - cn_target_config_node_list=iotdb-1:10710 + - cn_target_config_node=iotdb-1:10710 - cn_internal_port=10710 - cn_consensus_port=10720 - schema_replication_factor=3 @@ -187,7 +187,7 @@ services: environment: - dn_rpc_address=iotdb-2 - dn_internal_address=iotdb-2 - - dn_target_config_node_list=iotdb-1:10710 + - dn_target_config_node=iotdb-1:10710 - data_replication_factor=3 - dn_rpc_port=6667 - dn_mpp_data_exchange_port=10740 @@ -204,7 +204,7 @@ services: network_mode: "host" ``` Notice: -1. The `dn_target_config_node_list` of three nodes must the same and it is the first starting node of `iotdb-1` with the cn_internal_port of 10710。 +1. The `dn_target_config_node` of three nodes must the same and it is the first starting node of `iotdb-1` with the cn_internal_port of 10710。 2. In this docker-compose file,`iotdb-2` should be replace with the real IP or hostname of each node to generate docker compose files in the other nodes. 3. The services would talk with each other, so they need map the /etc/hosts file or add the `extra_hosts` to the docker compose file. 4. We must start the IoTDB services of `iotdb-1` first at the first time of starting. diff --git a/src/zh/UserGuide/Master/Deployment-and-Maintenance/Deployment-Guide_timecho.md b/src/zh/UserGuide/Master/Deployment-and-Maintenance/Deployment-Guide_timecho.md index f94180f..113b6f6 100644 --- a/src/zh/UserGuide/Master/Deployment-and-Maintenance/Deployment-Guide_timecho.md +++ b/src/zh/UserGuide/Master/Deployment-and-Maintenance/Deployment-Guide_timecho.md @@ -137,8 +137,8 @@ iotd cluster check example | datanode-env.sh | 对应`iotdb/config/datanode-env.sh` | 非必填 | | confignode-env.sh | 对应`iotdb/config/confignode-env.sh` | 非必填 | | iotdb-common.properties | 对应`iotdb/config/iotdb-common.properties` | 非必填 | -| cn_target_config_node_list | 集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`confignode_servers`同时配置值时优先使用`confignode_servers`中的值,对应`iotdb/config/iotdb-confignode.properties`中的`cn_target_config_node_list` | 必填 | -| dn_target_config_node_list | 集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`datanode_servers`同时配置值时优先使用`datanode_servers`中的值,对应`iotdb/config/iotdb-datanode.properties`中的`dn_target_config_node_list` | 必填 | +| cn_target_config_node | 集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`confignode_servers`同时配置值时优先使用`confignode_servers`中的值,对应`iotdb/config/iotdb-confignode.properties`中的`cn_target_config_node` | 必填 | +| dn_target_config_node | 集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`datanode_servers`同时配置值时优先使用`datanode_servers`中的值,对应`iotdb/config/iotdb-datanode.properties`中的`dn_target_config_node` | 必填 | * confignode_servers 是部署IoTDB Confignodes配置,里面可以配置多个Confignode 默认将第一个启动的ConfigNode节点node1当作Seed-ConfigNode @@ -149,7 +149,7 @@ iotd cluster check example | deploy_dir | IoTDB config node 部署目录,注:该目录不能与下面的IoTDB data node部署目录相同 | 必填| | | iotdb-confignode.properties | 对应`iotdb/config/iotdb-confignode.properties`更加详细请参看`iotdb-confignode.properties`文件说明 | 非必填 | | cn_internal_address | 对应iotdb/内部通信地址,对应`iotdb/config/iotdb-confignode.properties`中的`cn_internal_address` | 必填 | -| cn_target_config_node_list | 集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`confignode_servers`同时配置值时优先使用`confignode_servers`中的值,对应`iotdb/config/iotdb-confignode.properties`中的`cn_target_config_node_list` | 必填 | +| cn_target_config_node | 集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`confignode_servers`同时配置值时优先使用`confignode_servers`中的值,对应`iotdb/config/iotdb-confignode.properties`中的`cn_target_config_node` | 必填 | | cn_internal_port | 内部通信端口,对应`iotdb/config/iotdb-confignode.properties`中的`cn_internal_port` | 必填 | | cn_consensus_port | 对应`iotdb/config/iotdb-confignode.properties`中的`cn_consensus_port` | 非必填 | | cn_data_dir | 对应`iotdb/config/iotdb-confignode.properties`中的`cn_data_dir` | 必填 | @@ -165,7 +165,7 @@ iotd cluster check example | iotdb-datanode.properties | 对应`iotdb/config/iotdb-datanode.properties`更加详细请参看`iotdb-datanode.properties`文件说明 | 非必填 | | dn_rpc_address | datanode rpc 地址对应`iotdb/config/iotdb-datanode.properties`中的`dn_rpc_address` | 必填 | | dn_internal_address | 内部通信地址,对应`iotdb/config/iotdb-datanode.properties`中的`dn_internal_address` | 必填 | -| dn_target_config_node_list | 集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`datanode_servers`同时配置值时优先使用`datanode_servers`中的值,对应`iotdb/config/iotdb-datanode.properties`中的`dn_target_config_node_list` | 必填 | +| dn_target_config_node | 集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`datanode_servers`同时配置值时优先使用`datanode_servers`中的值,对应`iotdb/config/iotdb-datanode.properties`中的`dn_target_config_node` | 必填 | | dn_rpc_port | datanode rpc端口地址,对应`iotdb/config/iotdb-datanode.properties`中的`dn_rpc_port` | 必填 | | dn_internal_port | 内部通信端口,对应`iotdb/config/iotdb-datanode.properties`中的`dn_internal_port` | 必填 | | iotdb-common.properties | 对应`iotdb/config/iotdb-common.properties`在`global`与`datanode_servers`同时配置值优先使用`datanode_servers`中的值 | 非必填 | diff --git a/src/zh/UserGuide/Master/Deployment-and-Maintenance/Docker-Install.md b/src/zh/UserGuide/Master/Deployment-and-Maintenance/Docker-Install.md index 26ee2ff..433ddd2 100644 --- a/src/zh/UserGuide/Master/Deployment-and-Maintenance/Docker-Install.md +++ b/src/zh/UserGuide/Master/Deployment-and-Maintenance/Docker-Install.md @@ -39,12 +39,12 @@ docker run -d --name iotdb-service \ --ip 172.18.0.6 \ -p 6667:6667 \ -e cn_internal_address=iotdb-service \ - -e cn_target_config_node_list=iotdb-service:10710 \ + -e cn_target_config_node=iotdb-service:10710 \ -e cn_internal_port=10710 \ -e cn_consensus_port=10720 \ -e dn_rpc_address=iotdb-service \ -e dn_internal_address=iotdb-service \ - -e dn_target_config_node_list=iotdb-service:10710 \ + -e dn_target_config_node=iotdb-service:10710 \ -e dn_mpp_data_exchange_port=10740 \ -e dn_schema_region_consensus_port=10750 \ -e dn_data_region_consensus_port=10760 \ @@ -75,14 +75,14 @@ services: - cn_internal_address=iotdb-service - cn_internal_port=10710 - cn_consensus_port=10720 - - cn_target_config_node_list=iotdb-service:10710 + - cn_target_config_node=iotdb-service:10710 - dn_rpc_address=iotdb-service - dn_internal_address=iotdb-service - dn_rpc_port=6667 - dn_mpp_data_exchange_port=10740 - dn_schema_region_consensus_port=10750 - dn_data_region_consensus_port=10760 - - dn_target_config_node_list=iotdb-service:10710 + - dn_target_config_node=iotdb-service:10710 volumes: - ./data:/iotdb/data - ./logs:/iotdb/logs @@ -110,7 +110,7 @@ services: container_name: iotdb-confignode environment: - cn_internal_address=iotdb-2 - - cn_target_config_node_list=iotdb-1:10710 + - cn_target_config_node=iotdb-1:10710 - schema_replication_factor=3 - cn_internal_port=10710 - cn_consensus_port=10720 @@ -130,7 +130,7 @@ services: environment: - dn_rpc_address=iotdb-2 - dn_internal_address=iotdb-2 - - dn_target_config_node_list=iotdb-1:10710 + - dn_target_config_node=iotdb-1:10710 - data_replication_factor=3 - dn_rpc_port=6667 - dn_mpp_data_exchange_port=10740 @@ -149,7 +149,7 @@ services: 注意: -1. `dn_target_config_node_list`所有节点配置一样,需要配置第一个启动的节点,这里为`iotdb-1`。 +1. `dn_target_config_node`所有节点配置一样,需要配置第一个启动的节点,这里为`iotdb-1`。 2. 上面docker-compose文件中,`iotdb-2`需要替换为每个节点的 hostname、域名或者IP地址。 3. 需要映射`/etc/hosts`,文件内配置了 iotdb-1、iotdb-2、iotdb-3 与IP的映射。或者可以在 docker-compose 文件中增加 `extra_hosts` 配置。 4. 首次启动时,必须首先启动 `iotdb-1`。 diff --git a/src/zh/UserGuide/Master/QuickStart/ClusterQuickStart.md b/src/zh/UserGuide/Master/QuickStart/ClusterQuickStart.md index 6eec60a..e7375a4 100644 --- a/src/zh/UserGuide/Master/QuickStart/ClusterQuickStart.md +++ b/src/zh/UserGuide/Master/QuickStart/ClusterQuickStart.md @@ -79,7 +79,7 @@ IP地址和服务角色分配如下: ### 1.3. 启动集群 启动集群前,需保证配置正确,保证 IoTDB 安装目录下没有数据(`data`目录)。 #### 1.3.1. 启动第一个节点 -即上面表格中`cn_target_config_node_list`配置的节点。 +即上面表格中`cn_target_config_node`配置的节点。 登录该节点 192.168.132.10,执行下面命令: ```shell cd /data/iotdb @@ -95,7 +95,7 @@ tail -f logs/log_datanode_all.log 如果没有看到上面所说的日志或者看到了 Exception,那么代表启动失败了。请查看 `/data/iotdb/logs` 目录内的`log_confignode_all.log` 和 `log_datanode_all.log` 日志文件。 **注意**: -- 要保证第一个节点启动成功后,再启动其他节点。确切的说,要先保证第一个 ConfigNode 服务启动成功,即`cn_target_config_node_list`配置的节点。 +- 要保证第一个节点启动成功后,再启动其他节点。确切的说,要先保证第一个 ConfigNode 服务启动成功,即`cn_target_config_node`配置的节点。 - 如果启动失败,需要[清理环境](#【附录】清理环境)后,再次启动。 - ConfigNode 和 DataNode 服务都可以单独启动: ```shell @@ -167,7 +167,7 @@ rm -rf data logs **注意:** - 扩容的节点必须是干净的节点,不能有数据(也就是`data`目录) - iotdb-common.properties中的`cluster_name`的配置必须和已有集群一致。 -- `cn_target_config_node_list` 和 `dn_target_config_node_list`的配置必须和已有集群一致。 +- `cn_target_config_node` 和 `dn_target_config_node`的配置必须和已有集群一致。 - 原有数据不会移动到新节点,新创建的元数据分区和数据分区很可能在新的节点。 ### 2.1. 修改配置 diff --git a/src/zh/UserGuide/Master/Tools-System/Maintenance-Tool_timecho.md b/src/zh/UserGuide/Master/Tools-System/Maintenance-Tool_timecho.md index bfe1d84..5d1bf05 100644 --- a/src/zh/UserGuide/Master/Tools-System/Maintenance-Tool_timecho.md +++ b/src/zh/UserGuide/Master/Tools-System/Maintenance-Tool_timecho.md @@ -86,8 +86,8 @@ iotd cluster check example | datanode-env.sh | 对应`iotdb/config/datanode-env.sh` | 非必填 | | confignode-env.sh | 对应`iotdb/config/confignode-env.sh` | 非必填 | | iotdb-common.properties | 对应`iotdb/config/iotdb-common.properties` | 非必填 | -| cn_target_config_node_list | 集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`confignode_servers`同时配置值时优先使用`confignode_servers`中的值,对应`iotdb/config/iotdb-confignode.properties`中的`cn_target_config_node_list` | 必填 | -| dn_target_config_node_list | 集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`datanode_servers`同时配置值时优先使用`datanode_servers`中的值,对应`iotdb/config/iotdb-datanode.properties`中的`dn_target_config_node_list` | 必填 | +| cn_target_config_node | 集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`confignode_servers`同时配置值时优先使用`confignode_servers`中的值,对应`iotdb/config/iotdb-confignode.properties`中的`cn_target_config_node` | 必填 | +| dn_target_config_node | 集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`datanode_servers`同时配置值时优先使用`datanode_servers`中的值,对应`iotdb/config/iotdb-datanode.properties`中的`dn_target_config_node` | 必填 | * confignode_servers 是部署IoTDB Confignodes配置,里面可以配置多个Confignode 默认将第一个启动的ConfigNode节点node1当作Seed-ConfigNode @@ -98,7 +98,7 @@ iotd cluster check example | deploy_dir | IoTDB config node 部署目录,注:该目录不能与下面的IoTDB data node部署目录相同 | 必填| | | iotdb-confignode.properties | 对应`iotdb/config/iotdb-confignode.properties`更加详细请参看`iotdb-confignode.properties`文件说明 | 非必填 | | cn_internal_address | 对应iotdb/内部通信地址,对应`iotdb/config/iotdb-confignode.properties`中的`cn_internal_address` | 必填 | -| cn_target_config_node_list | 集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`confignode_servers`同时配置值时优先使用`confignode_servers`中的值,对应`iotdb/config/iotdb-confignode.properties`中的`cn_target_config_node_list` | 必填 | +| cn_target_config_node | 集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`confignode_servers`同时配置值时优先使用`confignode_servers`中的值,对应`iotdb/config/iotdb-confignode.properties`中的`cn_target_config_node` | 必填 | | cn_internal_port | 内部通信端口,对应`iotdb/config/iotdb-confignode.properties`中的`cn_internal_port` | 必填 | | cn_consensus_port | 对应`iotdb/config/iotdb-confignode.properties`中的`cn_consensus_port` | 非必填 | | cn_data_dir | 对应`iotdb/config/iotdb-confignode.properties`中的`cn_data_dir` | 必填 | @@ -114,7 +114,7 @@ iotd cluster check example | iotdb-datanode.properties | 对应`iotdb/config/iotdb-datanode.properties`更加详细请参看`iotdb-datanode.properties`文件说明 | 非必填 | | dn_rpc_address | datanode rpc 地址对应`iotdb/config/iotdb-datanode.properties`中的`dn_rpc_address` | 必填 | | dn_internal_address | 内部通信地址,对应`iotdb/config/iotdb-datanode.properties`中的`dn_internal_address` | 必填 | -| dn_target_config_node_list | 集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`datanode_servers`同时配置值时优先使用`datanode_servers`中的值,对应`iotdb/config/iotdb-datanode.properties`中的`dn_target_config_node_list` | 必填 | +| dn_target_config_node | 集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`datanode_servers`同时配置值时优先使用`datanode_servers`中的值,对应`iotdb/config/iotdb-datanode.properties`中的`dn_target_config_node` | 必填 | | dn_rpc_port | datanode rpc端口地址,对应`iotdb/config/iotdb-datanode.properties`中的`dn_rpc_port` | 必填 | | dn_internal_port | 内部通信端口,对应`iotdb/config/iotdb-datanode.properties`中的`dn_internal_port` | 必填 | | iotdb-common.properties | 对应`iotdb/config/iotdb-common.properties`在`global`与`datanode_servers`同时配置值优先使用`datanode_servers`中的值 | 非必填 | diff --git a/src/zh/UserGuide/Master/stage/Cluster/Get-Installation-Package.md b/src/zh/UserGuide/Master/stage/Cluster/Get-Installation-Package.md index 01e60bb..1ffb63f 100644 --- a/src/zh/UserGuide/Master/stage/Cluster/Get-Installation-Package.md +++ b/src/zh/UserGuide/Master/stage/Cluster/Get-Installation-Package.md @@ -104,12 +104,12 @@ docker run -d --name iotdb-service \ --ip 172.18.0.6 \ -p 6667:6667 \ -e cn_internal_address=iotdb-service \ - -e cn_target_config_node_list=iotdb-service:10710 \ + -e cn_target_config_node=iotdb-service:10710 \ -e cn_internal_port=10710 \ -e cn_consensus_port=10720 \ -e dn_rpc_address=iotdb-service \ -e dn_internal_address=iotdb-service \ - -e dn_target_config_node_list=iotdb-service:10710 \ + -e dn_target_config_node=iotdb-service:10710 \ -e dn_mpp_data_exchange_port=10740 \ -e dn_schema_region_consensus_port=10750 \ -e dn_data_region_consensus_port=10760 \ @@ -137,14 +137,14 @@ services: - cn_internal_address=iotdb-service - cn_internal_port=10710 - cn_consensus_port=10720 - - cn_target_config_node_list=iotdb-service:10710 + - cn_target_config_node=iotdb-service:10710 - dn_rpc_address=iotdb-service - dn_internal_address=iotdb-service - dn_rpc_port=6667 - dn_mpp_data_exchange_port=10740 - dn_schema_region_consensus_port=10750 - dn_data_region_consensus_port=10760 - - dn_target_config_node_list=iotdb-service:10710 + - dn_target_config_node=iotdb-service:10710 volumes: - ./data:/iotdb/data - ./logs:/iotdb/logs @@ -169,7 +169,7 @@ services: container_name: iotdb-confignode environment: - cn_internal_address=iotdb-2 - - cn_target_config_node_list=iotdb-1:10710 + - cn_target_config_node=iotdb-1:10710 - schema_replication_factor=3 - cn_internal_port=10710 - cn_consensus_port=10720 @@ -189,7 +189,7 @@ services: environment: - dn_rpc_address=iotdb-2 - dn_internal_address=iotdb-2 - - dn_target_config_node_list=iotdb-1:10710 + - dn_target_config_node=iotdb-1:10710 - data_replication_factor=3 - dn_rpc_port=6667 - dn_mpp_data_exchange_port=10740 @@ -206,7 +206,7 @@ services: network_mode: "host" ``` 注意: -1. `dn_target_config_node_list`所有节点配置一样,需要配置第一个启动的节点,这里为`iotdb-1`。 +1. `dn_target_config_node`所有节点配置一样,需要配置第一个启动的节点,这里为`iotdb-1`。 2. 上面docker-compose文件中,`iotdb-2`需要替换为每个节点的 hostname、域名或者IP地址。 3. 需要映射`/etc/hosts`,文件内配置了 iotdb-1、iotdb-2、iotdb-3 与IP的映射。或者可以在 docker-compose 文件中增加 `extra_hosts` 配置。 4. 首次启动时,必须首先启动 `iotdb-1`。 diff --git a/src/zh/UserGuide/Master/stage/WayToGetIoTDB.md b/src/zh/UserGuide/Master/stage/WayToGetIoTDB.md index dc7458f..0fb61c7 100644 --- a/src/zh/UserGuide/Master/stage/WayToGetIoTDB.md +++ b/src/zh/UserGuide/Master/stage/WayToGetIoTDB.md @@ -103,12 +103,12 @@ docker run -d --name iotdb-service \ --ip 172.18.0.6 \ -p 6667:6667 \ -e cn_internal_address=iotdb-service \ - -e cn_target_config_node_list=iotdb-service:10710 \ + -e cn_target_config_node=iotdb-service:10710 \ -e cn_internal_port=10710 \ -e cn_consensus_port=10720 \ -e dn_rpc_address=iotdb-service \ -e dn_internal_address=iotdb-service \ - -e dn_target_config_node_list=iotdb-service:10710 \ + -e dn_target_config_node=iotdb-service:10710 \ -e dn_mpp_data_exchange_port=10740 \ -e dn_schema_region_consensus_port=10750 \ -e dn_data_region_consensus_port=10760 \ @@ -136,14 +136,14 @@ services: - cn_internal_address=iotdb-service - cn_internal_port=10710 - cn_consensus_port=10720 - - cn_target_config_node_list=iotdb-service:10710 + - cn_target_config_node=iotdb-service:10710 - dn_rpc_address=iotdb-service - dn_internal_address=iotdb-service - dn_rpc_port=6667 - dn_mpp_data_exchange_port=10740 - dn_schema_region_consensus_port=10750 - dn_data_region_consensus_port=10760 - - dn_target_config_node_list=iotdb-service:10710 + - dn_target_config_node=iotdb-service:10710 volumes: - ./data:/iotdb/data - ./logs:/iotdb/logs @@ -168,7 +168,7 @@ services: container_name: iotdb-confignode environment: - cn_internal_address=iotdb-2 - - cn_target_config_node_list=iotdb-1:10710 + - cn_target_config_node=iotdb-1:10710 - schema_replication_factor=3 - cn_internal_port=10710 - cn_consensus_port=10720 @@ -188,7 +188,7 @@ services: environment: - dn_rpc_address=iotdb-2 - dn_internal_address=iotdb-2 - - dn_target_config_node_list=iotdb-1:10710 + - dn_target_config_node=iotdb-1:10710 - data_replication_factor=3 - dn_rpc_port=6667 - dn_mpp_data_exchange_port=10740 @@ -205,7 +205,7 @@ services: network_mode: "host" ``` 注意: -1. `dn_target_config_node_list`所有节点配置一样,需要配置第一个启动的节点,这里为`iotdb-1`。 +1. `dn_target_config_node`所有节点配置一样,需要配置第一个启动的节点,这里为`iotdb-1`。 2. 上面docker-compose文件中,`iotdb-2`需要替换为每个节点的 hostname、域名或者IP地址。 3. 需要映射`/etc/hosts`,文件内配置了 iotdb-1、iotdb-2、iotdb-3 与IP的映射。或者可以在 docker-compose 文件中增加 `extra_hosts` 配置。 4. 首次启动时,必须首先启动 `iotdb-1`。 diff --git a/src/zh/UserGuide/V1.0.x/QuickStart/ClusterQuickStart.md b/src/zh/UserGuide/V1.0.x/QuickStart/ClusterQuickStart.md index 6eec60a..e7375a4 100644 --- a/src/zh/UserGuide/V1.0.x/QuickStart/ClusterQuickStart.md +++ b/src/zh/UserGuide/V1.0.x/QuickStart/ClusterQuickStart.md @@ -79,7 +79,7 @@ IP地址和服务角色分配如下: ### 1.3. 启动集群 启动集群前,需保证配置正确,保证 IoTDB 安装目录下没有数据(`data`目录)。 #### 1.3.1. 启动第一个节点 -即上面表格中`cn_target_config_node_list`配置的节点。 +即上面表格中`cn_target_config_node`配置的节点。 登录该节点 192.168.132.10,执行下面命令: ```shell cd /data/iotdb @@ -95,7 +95,7 @@ tail -f logs/log_datanode_all.log 如果没有看到上面所说的日志或者看到了 Exception,那么代表启动失败了。请查看 `/data/iotdb/logs` 目录内的`log_confignode_all.log` 和 `log_datanode_all.log` 日志文件。 **注意**: -- 要保证第一个节点启动成功后,再启动其他节点。确切的说,要先保证第一个 ConfigNode 服务启动成功,即`cn_target_config_node_list`配置的节点。 +- 要保证第一个节点启动成功后,再启动其他节点。确切的说,要先保证第一个 ConfigNode 服务启动成功,即`cn_target_config_node`配置的节点。 - 如果启动失败,需要[清理环境](#【附录】清理环境)后,再次启动。 - ConfigNode 和 DataNode 服务都可以单独启动: ```shell @@ -167,7 +167,7 @@ rm -rf data logs **注意:** - 扩容的节点必须是干净的节点,不能有数据(也就是`data`目录) - iotdb-common.properties中的`cluster_name`的配置必须和已有集群一致。 -- `cn_target_config_node_list` 和 `dn_target_config_node_list`的配置必须和已有集群一致。 +- `cn_target_config_node` 和 `dn_target_config_node`的配置必须和已有集群一致。 - 原有数据不会移动到新节点,新创建的元数据分区和数据分区很可能在新的节点。 ### 2.1. 修改配置 diff --git a/src/zh/UserGuide/V1.0.x/QuickStart/WayToGetIoTDB.md b/src/zh/UserGuide/V1.0.x/QuickStart/WayToGetIoTDB.md index 2ee4a88..2a420a4 100644 --- a/src/zh/UserGuide/V1.0.x/QuickStart/WayToGetIoTDB.md +++ b/src/zh/UserGuide/V1.0.x/QuickStart/WayToGetIoTDB.md @@ -103,12 +103,12 @@ docker run -d --name iotdb-service \ --ip 172.18.0.6 \ -p 6667:6667 \ -e cn_internal_address=iotdb-service \ - -e cn_target_config_node_list=iotdb-service:10710 \ + -e cn_target_config_node=iotdb-service:10710 \ -e cn_internal_port=10710 \ -e cn_consensus_port=10720 \ -e dn_rpc_address=iotdb-service \ -e dn_internal_address=iotdb-service \ - -e dn_target_config_node_list=iotdb-service:10710 \ + -e dn_target_config_node=iotdb-service:10710 \ -e dn_mpp_data_exchange_port=10740 \ -e dn_schema_region_consensus_port=10750 \ -e dn_data_region_consensus_port=10760 \ @@ -136,13 +136,13 @@ services: - cn_internal_address=iotdb-service - cn_internal_port=10710 - cn_consensus_port=10720 - - cn_target_config_node_list=iotdb-service:10710 + - cn_target_config_node=iotdb-service:10710 - dn_rpc_address=iotdb-service - dn_rpc_port=6667 - dn_mpp_data_exchange_port=10740 - dn_schema_region_consensus_port=10750 - dn_data_region_consensus_port=10760 - - dn_target_config_node_list=iotdb-service:10710 + - dn_target_config_node=iotdb-service:10710 volumes: - ./data:/iotdb/data - ./logs:/iotdb/logs @@ -167,7 +167,7 @@ services: container_name: iotdb-confignode environment: - cn_internal_address=iotdb-2 - - cn_target_config_node_list=iotdb-1:10710 + - cn_target_config_node=iotdb-1:10710 - schema_replication_factor=3 - cn_internal_port=10710 - cn_consensus_port=10720 @@ -187,7 +187,7 @@ services: environment: - dn_rpc_address=iotdb-2 - dn_internal_address=iotdb-2 - - dn_target_config_node_list=iotdb-1:10710 + - dn_target_config_node=iotdb-1:10710 - data_replication_factor=3 - dn_rpc_port=6667 - dn_mpp_data_exchange_port=10740 @@ -204,7 +204,7 @@ services: network_mode: "host" ``` 注意: -1. `dn_target_config_node_list`所有节点配置一样,需要配置第一个启动的节点,这里为`iotdb-1`。 +1. `dn_target_config_node`所有节点配置一样,需要配置第一个启动的节点,这里为`iotdb-1`。 2. 上面docker-compose文件中,`iotdb-2`需要替换为每个节点的 hostname、域名或者IP地址。 3. 需要映射`/etc/hosts`,文件内配置了 iotdb-1、iotdb-2、iotdb-3 与IP的映射。或者可以在 docker-compose 文件中增加 `extra_hosts` 配置。 4. 首次启动时,必须首先启动 `iotdb-1`。 diff --git a/src/zh/UserGuide/V1.1.x/QuickStart/ClusterQuickStart.md b/src/zh/UserGuide/V1.1.x/QuickStart/ClusterQuickStart.md index 6eec60a..e7375a4 100644 --- a/src/zh/UserGuide/V1.1.x/QuickStart/ClusterQuickStart.md +++ b/src/zh/UserGuide/V1.1.x/QuickStart/ClusterQuickStart.md @@ -79,7 +79,7 @@ IP地址和服务角色分配如下: ### 1.3. 启动集群 启动集群前,需保证配置正确,保证 IoTDB 安装目录下没有数据(`data`目录)。 #### 1.3.1. 启动第一个节点 -即上面表格中`cn_target_config_node_list`配置的节点。 +即上面表格中`cn_target_config_node`配置的节点。 登录该节点 192.168.132.10,执行下面命令: ```shell cd /data/iotdb @@ -95,7 +95,7 @@ tail -f logs/log_datanode_all.log 如果没有看到上面所说的日志或者看到了 Exception,那么代表启动失败了。请查看 `/data/iotdb/logs` 目录内的`log_confignode_all.log` 和 `log_datanode_all.log` 日志文件。 **注意**: -- 要保证第一个节点启动成功后,再启动其他节点。确切的说,要先保证第一个 ConfigNode 服务启动成功,即`cn_target_config_node_list`配置的节点。 +- 要保证第一个节点启动成功后,再启动其他节点。确切的说,要先保证第一个 ConfigNode 服务启动成功,即`cn_target_config_node`配置的节点。 - 如果启动失败,需要[清理环境](#【附录】清理环境)后,再次启动。 - ConfigNode 和 DataNode 服务都可以单独启动: ```shell @@ -167,7 +167,7 @@ rm -rf data logs **注意:** - 扩容的节点必须是干净的节点,不能有数据(也就是`data`目录) - iotdb-common.properties中的`cluster_name`的配置必须和已有集群一致。 -- `cn_target_config_node_list` 和 `dn_target_config_node_list`的配置必须和已有集群一致。 +- `cn_target_config_node` 和 `dn_target_config_node`的配置必须和已有集群一致。 - 原有数据不会移动到新节点,新创建的元数据分区和数据分区很可能在新的节点。 ### 2.1. 修改配置 diff --git a/src/zh/UserGuide/V1.1.x/QuickStart/WayToGetIoTDB.md b/src/zh/UserGuide/V1.1.x/QuickStart/WayToGetIoTDB.md index 52bf70c..b7e689a 100644 --- a/src/zh/UserGuide/V1.1.x/QuickStart/WayToGetIoTDB.md +++ b/src/zh/UserGuide/V1.1.x/QuickStart/WayToGetIoTDB.md @@ -103,12 +103,12 @@ docker run -d --name iotdb-service \ --ip 172.18.0.6 \ -p 6667:6667 \ -e cn_internal_address=iotdb-service \ - -e cn_target_config_node_list=iotdb-service:10710 \ + -e cn_target_config_node=iotdb-service:10710 \ -e cn_internal_port=10710 \ -e cn_consensus_port=10720 \ -e dn_rpc_address=iotdb-service \ -e dn_internal_address=iotdb-service \ - -e dn_target_config_node_list=iotdb-service:10710 \ + -e dn_target_config_node=iotdb-service:10710 \ -e dn_mpp_data_exchange_port=10740 \ -e dn_schema_region_consensus_port=10750 \ -e dn_data_region_consensus_port=10760 \ @@ -136,14 +136,14 @@ services: - cn_internal_address=iotdb-service - cn_internal_port=10710 - cn_consensus_port=10720 - - cn_target_config_node_list=iotdb-service:10710 + - cn_target_config_node=iotdb-service:10710 - dn_rpc_address=iotdb-service - dn_internal_address=iotdb-service - dn_rpc_port=6667 - dn_mpp_data_exchange_port=10740 - dn_schema_region_consensus_port=10750 - dn_data_region_consensus_port=10760 - - dn_target_config_node_list=iotdb-service:10710 + - dn_target_config_node=iotdb-service:10710 volumes: - ./data:/iotdb/data - ./logs:/iotdb/logs @@ -168,7 +168,7 @@ services: container_name: iotdb-confignode environment: - cn_internal_address=iotdb-2 - - cn_target_config_node_list=iotdb-1:10710 + - cn_target_config_node=iotdb-1:10710 - schema_replication_factor=3 - cn_internal_port=10710 - cn_consensus_port=10720 @@ -188,7 +188,7 @@ services: environment: - dn_rpc_address=iotdb-2 - dn_internal_address=iotdb-2 - - dn_target_config_node_list=iotdb-1:10710 + - dn_target_config_node=iotdb-1:10710 - data_replication_factor=3 - dn_rpc_port=6667 - dn_mpp_data_exchange_port=10740 @@ -205,7 +205,7 @@ services: network_mode: "host" ``` 注意: -1. `dn_target_config_node_list`所有节点配置一样,需要配置第一个启动的节点,这里为`iotdb-1`。 +1. `dn_target_config_node`所有节点配置一样,需要配置第一个启动的节点,这里为`iotdb-1`。 2. 上面docker-compose文件中,`iotdb-2`需要替换为每个节点的 hostname、域名或者IP地址。 3. 需要映射`/etc/hosts`,文件内配置了 iotdb-1、iotdb-2、iotdb-3 与IP的映射。或者可以在 docker-compose 文件中增加 `extra_hosts` 配置。 4. 首次启动时,必须首先启动 `iotdb-1`。 diff --git a/src/zh/UserGuide/V1.2.x/Deployment-and-Maintenance/Deployment-Guide_timecho.md b/src/zh/UserGuide/V1.2.x/Deployment-and-Maintenance/Deployment-Guide_timecho.md index 774c60f..b242e6b 100644 --- a/src/zh/UserGuide/V1.2.x/Deployment-and-Maintenance/Deployment-Guide_timecho.md +++ b/src/zh/UserGuide/V1.2.x/Deployment-and-Maintenance/Deployment-Guide_timecho.md @@ -226,8 +226,8 @@ iotd cluster check example | datanode-env.sh | 对应`iotdb/config/datanode-env.sh` | 非必填 | | confignode-env.sh | 对应`iotdb/config/confignode-env.sh` | 非必填 | | iotdb-common.properties | 对应`iotdb/config/iotdb-common.properties` | 非必填 | -| cn_target_config_node_list | 集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`confignode_servers`同时配置值时优先使用`confignode_servers`中的值,对应`iotdb/config/iotdb-confignode.properties`中的`cn_target_config_node_list` | 必填 | -| dn_target_config_node_list | 集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`datanode_servers`同时配置值时优先使用`datanode_servers`中的值,对应`iotdb/config/iotdb-datanode.properties`中的`dn_target_config_node_list` | 必填 | +| cn_target_config_node | 集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`confignode_servers`同时配置值时优先使用`confignode_servers`中的值,对应`iotdb/config/iotdb-confignode.properties`中的`cn_target_config_node` | 必填 | +| dn_target_config_node | 集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`datanode_servers`同时配置值时优先使用`datanode_servers`中的值,对应`iotdb/config/iotdb-datanode.properties`中的`dn_target_config_node` | 必填 | * confignode_servers 是部署IoTDB Confignodes配置,里面可以配置多个Confignode 默认将第一个启动的ConfigNode节点node1当作Seed-ConfigNode @@ -239,7 +239,7 @@ iotd cluster check example | deploy_dir | IoTDB config node 部署目录,注:该目录不能与下面的IoTDB data node部署目录相同 | 必填| | | iotdb-confignode.properties | 对应`iotdb/config/iotdb-confignode.properties`更加详细请参看`iotdb-confignode.properties`文件说明 | 非必填 | | cn_internal_address | 对应iotdb/内部通信地址,对应`iotdb/config/iotdb-confignode.properties`中的`cn_internal_address` | 必填 | -| cn_target_config_node_list | 集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`confignode_servers`同时配置值时优先使用`confignode_servers`中的值,对应`iotdb/config/iotdb-confignode.properties`中的`cn_target_config_node_list` | 必填 | +| cn_target_config_node | 集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`confignode_servers`同时配置值时优先使用`confignode_servers`中的值,对应`iotdb/config/iotdb-confignode.properties`中的`cn_target_config_node` | 必填 | | cn_internal_port | 内部通信端口,对应`iotdb/config/iotdb-confignode.properties`中的`cn_internal_port` | 必填 | | cn_consensus_port | 对应`iotdb/config/iotdb-confignode.properties`中的`cn_consensus_port` | 非必填 | | cn_data_dir | 对应`iotdb/config/iotdb-confignode.properties`中的`cn_data_dir` | 必填 | @@ -255,7 +255,7 @@ iotd cluster check example | iotdb-datanode.properties | 对应`iotdb/config/iotdb-datanode.properties`更加详细请参看`iotdb-datanode.properties`文件说明 | 非必填 | | dn_rpc_address | datanode rpc 地址对应`iotdb/config/iotdb-datanode.properties`中的`dn_rpc_address` | 必填 | | dn_internal_address | 内部通信地址,对应`iotdb/config/iotdb-datanode.properties`中的`dn_internal_address` | 必填 | -| dn_target_config_node_list | 集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`datanode_servers`同时配置值时优先使用`datanode_servers`中的值,对应`iotdb/config/iotdb-datanode.properties`中的`dn_target_config_node_list` | 必填 | +| dn_target_config_node | 集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`datanode_servers`同时配置值时优先使用`datanode_servers`中的值,对应`iotdb/config/iotdb-datanode.properties`中的`dn_target_config_node` | 必填 | | dn_rpc_port | datanode rpc端口地址,对应`iotdb/config/iotdb-datanode.properties`中的`dn_rpc_port` | 必填 | | dn_internal_port | 内部通信端口,对应`iotdb/config/iotdb-datanode.properties`中的`dn_internal_port` | 必填 | | iotdb-common.properties | 对应`iotdb/config/iotdb-common.properties`在`global`与`datanode_servers`同时配置值优先使用`datanode_servers`中的值 | 非必填 | diff --git a/src/zh/UserGuide/V1.2.x/Deployment-and-Maintenance/Docker-Install.md b/src/zh/UserGuide/V1.2.x/Deployment-and-Maintenance/Docker-Install.md index 26ee2ff..433ddd2 100644 --- a/src/zh/UserGuide/V1.2.x/Deployment-and-Maintenance/Docker-Install.md +++ b/src/zh/UserGuide/V1.2.x/Deployment-and-Maintenance/Docker-Install.md @@ -39,12 +39,12 @@ docker run -d --name iotdb-service \ --ip 172.18.0.6 \ -p 6667:6667 \ -e cn_internal_address=iotdb-service \ - -e cn_target_config_node_list=iotdb-service:10710 \ + -e cn_target_config_node=iotdb-service:10710 \ -e cn_internal_port=10710 \ -e cn_consensus_port=10720 \ -e dn_rpc_address=iotdb-service \ -e dn_internal_address=iotdb-service \ - -e dn_target_config_node_list=iotdb-service:10710 \ + -e dn_target_config_node=iotdb-service:10710 \ -e dn_mpp_data_exchange_port=10740 \ -e dn_schema_region_consensus_port=10750 \ -e dn_data_region_consensus_port=10760 \ @@ -75,14 +75,14 @@ services: - cn_internal_address=iotdb-service - cn_internal_port=10710 - cn_consensus_port=10720 - - cn_target_config_node_list=iotdb-service:10710 + - cn_target_config_node=iotdb-service:10710 - dn_rpc_address=iotdb-service - dn_internal_address=iotdb-service - dn_rpc_port=6667 - dn_mpp_data_exchange_port=10740 - dn_schema_region_consensus_port=10750 - dn_data_region_consensus_port=10760 - - dn_target_config_node_list=iotdb-service:10710 + - dn_target_config_node=iotdb-service:10710 volumes: - ./data:/iotdb/data - ./logs:/iotdb/logs @@ -110,7 +110,7 @@ services: container_name: iotdb-confignode environment: - cn_internal_address=iotdb-2 - - cn_target_config_node_list=iotdb-1:10710 + - cn_target_config_node=iotdb-1:10710 - schema_replication_factor=3 - cn_internal_port=10710 - cn_consensus_port=10720 @@ -130,7 +130,7 @@ services: environment: - dn_rpc_address=iotdb-2 - dn_internal_address=iotdb-2 - - dn_target_config_node_list=iotdb-1:10710 + - dn_target_config_node=iotdb-1:10710 - data_replication_factor=3 - dn_rpc_port=6667 - dn_mpp_data_exchange_port=10740 @@ -149,7 +149,7 @@ services: 注意: -1. `dn_target_config_node_list`所有节点配置一样,需要配置第一个启动的节点,这里为`iotdb-1`。 +1. `dn_target_config_node`所有节点配置一样,需要配置第一个启动的节点,这里为`iotdb-1`。 2. 上面docker-compose文件中,`iotdb-2`需要替换为每个节点的 hostname、域名或者IP地址。 3. 需要映射`/etc/hosts`,文件内配置了 iotdb-1、iotdb-2、iotdb-3 与IP的映射。或者可以在 docker-compose 文件中增加 `extra_hosts` 配置。 4. 首次启动时,必须首先启动 `iotdb-1`。 diff --git a/src/zh/UserGuide/V1.2.x/QuickStart/ClusterQuickStart.md b/src/zh/UserGuide/V1.2.x/QuickStart/ClusterQuickStart.md index 6eec60a..e7375a4 100644 --- a/src/zh/UserGuide/V1.2.x/QuickStart/ClusterQuickStart.md +++ b/src/zh/UserGuide/V1.2.x/QuickStart/ClusterQuickStart.md @@ -79,7 +79,7 @@ IP地址和服务角色分配如下: ### 1.3. 启动集群 启动集群前,需保证配置正确,保证 IoTDB 安装目录下没有数据(`data`目录)。 #### 1.3.1. 启动第一个节点 -即上面表格中`cn_target_config_node_list`配置的节点。 +即上面表格中`cn_target_config_node`配置的节点。 登录该节点 192.168.132.10,执行下面命令: ```shell cd /data/iotdb @@ -95,7 +95,7 @@ tail -f logs/log_datanode_all.log 如果没有看到上面所说的日志或者看到了 Exception,那么代表启动失败了。请查看 `/data/iotdb/logs` 目录内的`log_confignode_all.log` 和 `log_datanode_all.log` 日志文件。 **注意**: -- 要保证第一个节点启动成功后,再启动其他节点。确切的说,要先保证第一个 ConfigNode 服务启动成功,即`cn_target_config_node_list`配置的节点。 +- 要保证第一个节点启动成功后,再启动其他节点。确切的说,要先保证第一个 ConfigNode 服务启动成功,即`cn_target_config_node`配置的节点。 - 如果启动失败,需要[清理环境](#【附录】清理环境)后,再次启动。 - ConfigNode 和 DataNode 服务都可以单独启动: ```shell @@ -167,7 +167,7 @@ rm -rf data logs **注意:** - 扩容的节点必须是干净的节点,不能有数据(也就是`data`目录) - iotdb-common.properties中的`cluster_name`的配置必须和已有集群一致。 -- `cn_target_config_node_list` 和 `dn_target_config_node_list`的配置必须和已有集群一致。 +- `cn_target_config_node` 和 `dn_target_config_node`的配置必须和已有集群一致。 - 原有数据不会移动到新节点,新创建的元数据分区和数据分区很可能在新的节点。 ### 2.1. 修改配置 diff --git a/src/zh/UserGuide/V1.2.x/Tools-System/Maintenance-Tool_timecho.md b/src/zh/UserGuide/V1.2.x/Tools-System/Maintenance-Tool_timecho.md index bfe1d84..5d1bf05 100644 --- a/src/zh/UserGuide/V1.2.x/Tools-System/Maintenance-Tool_timecho.md +++ b/src/zh/UserGuide/V1.2.x/Tools-System/Maintenance-Tool_timecho.md @@ -86,8 +86,8 @@ iotd cluster check example | datanode-env.sh | 对应`iotdb/config/datanode-env.sh` | 非必填 | | confignode-env.sh | 对应`iotdb/config/confignode-env.sh` | 非必填 | | iotdb-common.properties | 对应`iotdb/config/iotdb-common.properties` | 非必填 | -| cn_target_config_node_list | 集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`confignode_servers`同时配置值时优先使用`confignode_servers`中的值,对应`iotdb/config/iotdb-confignode.properties`中的`cn_target_config_node_list` | 必填 | -| dn_target_config_node_list | 集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`datanode_servers`同时配置值时优先使用`datanode_servers`中的值,对应`iotdb/config/iotdb-datanode.properties`中的`dn_target_config_node_list` | 必填 | +| cn_target_config_node | 集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`confignode_servers`同时配置值时优先使用`confignode_servers`中的值,对应`iotdb/config/iotdb-confignode.properties`中的`cn_target_config_node` | 必填 | +| dn_target_config_node | 集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`datanode_servers`同时配置值时优先使用`datanode_servers`中的值,对应`iotdb/config/iotdb-datanode.properties`中的`dn_target_config_node` | 必填 | * confignode_servers 是部署IoTDB Confignodes配置,里面可以配置多个Confignode 默认将第一个启动的ConfigNode节点node1当作Seed-ConfigNode @@ -98,7 +98,7 @@ iotd cluster check example | deploy_dir | IoTDB config node 部署目录,注:该目录不能与下面的IoTDB data node部署目录相同 | 必填| | | iotdb-confignode.properties | 对应`iotdb/config/iotdb-confignode.properties`更加详细请参看`iotdb-confignode.properties`文件说明 | 非必填 | | cn_internal_address | 对应iotdb/内部通信地址,对应`iotdb/config/iotdb-confignode.properties`中的`cn_internal_address` | 必填 | -| cn_target_config_node_list | 集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`confignode_servers`同时配置值时优先使用`confignode_servers`中的值,对应`iotdb/config/iotdb-confignode.properties`中的`cn_target_config_node_list` | 必填 | +| cn_target_config_node | 集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`confignode_servers`同时配置值时优先使用`confignode_servers`中的值,对应`iotdb/config/iotdb-confignode.properties`中的`cn_target_config_node` | 必填 | | cn_internal_port | 内部通信端口,对应`iotdb/config/iotdb-confignode.properties`中的`cn_internal_port` | 必填 | | cn_consensus_port | 对应`iotdb/config/iotdb-confignode.properties`中的`cn_consensus_port` | 非必填 | | cn_data_dir | 对应`iotdb/config/iotdb-confignode.properties`中的`cn_data_dir` | 必填 | @@ -114,7 +114,7 @@ iotd cluster check example | iotdb-datanode.properties | 对应`iotdb/config/iotdb-datanode.properties`更加详细请参看`iotdb-datanode.properties`文件说明 | 非必填 | | dn_rpc_address | datanode rpc 地址对应`iotdb/config/iotdb-datanode.properties`中的`dn_rpc_address` | 必填 | | dn_internal_address | 内部通信地址,对应`iotdb/config/iotdb-datanode.properties`中的`dn_internal_address` | 必填 | -| dn_target_config_node_list | 集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`datanode_servers`同时配置值时优先使用`datanode_servers`中的值,对应`iotdb/config/iotdb-datanode.properties`中的`dn_target_config_node_list` | 必填 | +| dn_target_config_node | 集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`datanode_servers`同时配置值时优先使用`datanode_servers`中的值,对应`iotdb/config/iotdb-datanode.properties`中的`dn_target_config_node` | 必填 | | dn_rpc_port | datanode rpc端口地址,对应`iotdb/config/iotdb-datanode.properties`中的`dn_rpc_port` | 必填 | | dn_internal_port | 内部通信端口,对应`iotdb/config/iotdb-datanode.properties`中的`dn_internal_port` | 必填 | | iotdb-common.properties | 对应`iotdb/config/iotdb-common.properties`在`global`与`datanode_servers`同时配置值优先使用`datanode_servers`中的值 | 非必填 | diff --git a/src/zh/UserGuide/V1.2.x/stage/Cluster/Get-Installation-Package.md b/src/zh/UserGuide/V1.2.x/stage/Cluster/Get-Installation-Package.md index 01e60bb..1ffb63f 100644 --- a/src/zh/UserGuide/V1.2.x/stage/Cluster/Get-Installation-Package.md +++ b/src/zh/UserGuide/V1.2.x/stage/Cluster/Get-Installation-Package.md @@ -104,12 +104,12 @@ docker run -d --name iotdb-service \ --ip 172.18.0.6 \ -p 6667:6667 \ -e cn_internal_address=iotdb-service \ - -e cn_target_config_node_list=iotdb-service:10710 \ + -e cn_target_config_node=iotdb-service:10710 \ -e cn_internal_port=10710 \ -e cn_consensus_port=10720 \ -e dn_rpc_address=iotdb-service \ -e dn_internal_address=iotdb-service \ - -e dn_target_config_node_list=iotdb-service:10710 \ + -e dn_target_config_node=iotdb-service:10710 \ -e dn_mpp_data_exchange_port=10740 \ -e dn_schema_region_consensus_port=10750 \ -e dn_data_region_consensus_port=10760 \ @@ -137,14 +137,14 @@ services: - cn_internal_address=iotdb-service - cn_internal_port=10710 - cn_consensus_port=10720 - - cn_target_config_node_list=iotdb-service:10710 + - cn_target_config_node=iotdb-service:10710 - dn_rpc_address=iotdb-service - dn_internal_address=iotdb-service - dn_rpc_port=6667 - dn_mpp_data_exchange_port=10740 - dn_schema_region_consensus_port=10750 - dn_data_region_consensus_port=10760 - - dn_target_config_node_list=iotdb-service:10710 + - dn_target_config_node=iotdb-service:10710 volumes: - ./data:/iotdb/data - ./logs:/iotdb/logs @@ -169,7 +169,7 @@ services: container_name: iotdb-confignode environment: - cn_internal_address=iotdb-2 - - cn_target_config_node_list=iotdb-1:10710 + - cn_target_config_node=iotdb-1:10710 - schema_replication_factor=3 - cn_internal_port=10710 - cn_consensus_port=10720 @@ -189,7 +189,7 @@ services: environment: - dn_rpc_address=iotdb-2 - dn_internal_address=iotdb-2 - - dn_target_config_node_list=iotdb-1:10710 + - dn_target_config_node=iotdb-1:10710 - data_replication_factor=3 - dn_rpc_port=6667 - dn_mpp_data_exchange_port=10740 @@ -206,7 +206,7 @@ services: network_mode: "host" ``` 注意: -1. `dn_target_config_node_list`所有节点配置一样,需要配置第一个启动的节点,这里为`iotdb-1`。 +1. `dn_target_config_node`所有节点配置一样,需要配置第一个启动的节点,这里为`iotdb-1`。 2. 上面docker-compose文件中,`iotdb-2`需要替换为每个节点的 hostname、域名或者IP地址。 3. 需要映射`/etc/hosts`,文件内配置了 iotdb-1、iotdb-2、iotdb-3 与IP的映射。或者可以在 docker-compose 文件中增加 `extra_hosts` 配置。 4. 首次启动时,必须首先启动 `iotdb-1`。 diff --git a/src/zh/UserGuide/V1.2.x/stage/WayToGetIoTDB.md b/src/zh/UserGuide/V1.2.x/stage/WayToGetIoTDB.md index dc7458f..0fb61c7 100644 --- a/src/zh/UserGuide/V1.2.x/stage/WayToGetIoTDB.md +++ b/src/zh/UserGuide/V1.2.x/stage/WayToGetIoTDB.md @@ -103,12 +103,12 @@ docker run -d --name iotdb-service \ --ip 172.18.0.6 \ -p 6667:6667 \ -e cn_internal_address=iotdb-service \ - -e cn_target_config_node_list=iotdb-service:10710 \ + -e cn_target_config_node=iotdb-service:10710 \ -e cn_internal_port=10710 \ -e cn_consensus_port=10720 \ -e dn_rpc_address=iotdb-service \ -e dn_internal_address=iotdb-service \ - -e dn_target_config_node_list=iotdb-service:10710 \ + -e dn_target_config_node=iotdb-service:10710 \ -e dn_mpp_data_exchange_port=10740 \ -e dn_schema_region_consensus_port=10750 \ -e dn_data_region_consensus_port=10760 \ @@ -136,14 +136,14 @@ services: - cn_internal_address=iotdb-service - cn_internal_port=10710 - cn_consensus_port=10720 - - cn_target_config_node_list=iotdb-service:10710 + - cn_target_config_node=iotdb-service:10710 - dn_rpc_address=iotdb-service - dn_internal_address=iotdb-service - dn_rpc_port=6667 - dn_mpp_data_exchange_port=10740 - dn_schema_region_consensus_port=10750 - dn_data_region_consensus_port=10760 - - dn_target_config_node_list=iotdb-service:10710 + - dn_target_config_node=iotdb-service:10710 volumes: - ./data:/iotdb/data - ./logs:/iotdb/logs @@ -168,7 +168,7 @@ services: container_name: iotdb-confignode environment: - cn_internal_address=iotdb-2 - - cn_target_config_node_list=iotdb-1:10710 + - cn_target_config_node=iotdb-1:10710 - schema_replication_factor=3 - cn_internal_port=10710 - cn_consensus_port=10720 @@ -188,7 +188,7 @@ services: environment: - dn_rpc_address=iotdb-2 - dn_internal_address=iotdb-2 - - dn_target_config_node_list=iotdb-1:10710 + - dn_target_config_node=iotdb-1:10710 - data_replication_factor=3 - dn_rpc_port=6667 - dn_mpp_data_exchange_port=10740 @@ -205,7 +205,7 @@ services: network_mode: "host" ``` 注意: -1. `dn_target_config_node_list`所有节点配置一样,需要配置第一个启动的节点,这里为`iotdb-1`。 +1. `dn_target_config_node`所有节点配置一样,需要配置第一个启动的节点,这里为`iotdb-1`。 2. 上面docker-compose文件中,`iotdb-2`需要替换为每个节点的 hostname、域名或者IP地址。 3. 需要映射`/etc/hosts`,文件内配置了 iotdb-1、iotdb-2、iotdb-3 与IP的映射。或者可以在 docker-compose 文件中增加 `extra_hosts` 配置。 4. 首次启动时,必须首先启动 `iotdb-1`。
