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
The following commit(s) were added to refs/heads/remove_list by this push:
new 27ed000 Finish
27ed000 is described below
commit 27ed00078b466bed71bde97a769bce30faf36392
Author: YongzaoDan <[email protected]>
AuthorDate: Thu Oct 19 00:28:20 2023 +0800
Finish
---
.../Deployment-and-Maintenance/Deployment-Guide.md | 18 +++++++++---------
.../Deployment-Guide_timecho.md | 10 +++++-----
.../Deployment-and-Maintenance/Docker-Install.md | 14 +++++++-------
src/UserGuide/Master/QuickStart/ClusterQuickStart.md | 14 +++++++-------
src/UserGuide/Master/Reference/Common-Config-Manual.md | 6 +++---
.../Master/Reference/ConfigNode-Config-Manual.md | 4 ++--
.../Master/Reference/DataNode-Config-Manual.md | 4 ++--
src/UserGuide/Master/stage/Cluster/Cluster-Setup.md | 10 +++++-----
.../Master/stage/Cluster/Get-Installation-Package.md | 14 +++++++-------
src/UserGuide/Master/stage/WayToGetIoTDB.md | 14 +++++++-------
.../Deployment-and-Maintenance/Deployment-Guide.md | 18 +++++++++---------
.../Deployment-Guide_timecho.md | 18 +++++++++---------
.../Deployment-and-Maintenance/Docker-Install.md | 14 +++++++-------
.../UserGuide/Master/QuickStart/ClusterQuickStart.md | 14 +++++++-------
.../UserGuide/Master/Reference/Common-Config-Manual.md | 6 +++---
.../Master/Reference/ConfigNode-Config-Manual.md | 4 ++--
.../Master/Reference/DataNode-Config-Manual.md | 4 ++--
.../Master/Tools-System/Maintenance-Tool_timecho.md | 8 ++++----
src/zh/UserGuide/Master/stage/Cluster/Cluster-Setup.md | 10 +++++-----
.../Master/stage/Cluster/Get-Installation-Package.md | 14 +++++++-------
src/zh/UserGuide/Master/stage/WayToGetIoTDB.md | 14 +++++++-------
21 files changed, 116 insertions(+), 116 deletions(-)
diff --git
a/src/UserGuide/Master/Deployment-and-Maintenance/Deployment-Guide.md
b/src/UserGuide/Master/Deployment-and-Maintenance/Deployment-Guide.md
index 2bd1849..7e6dd3e 100644
--- a/src/UserGuide/Master/Deployment-and-Maintenance/Deployment-Guide.md
+++ b/src/UserGuide/Master/Deployment-and-Maintenance/Deployment-Guide.md
@@ -137,7 +137,7 @@ For folder cluster1:
| cn\_internal\_address | 127.0.0.1 |
| cn\_internal\_port | 10711 |
| cn\_consensus\_port | 10721 |
-| cn\_target\_config\_node\_list | 127.0.0.1:10710 |
+| cn\_seed\_config\_node | 127.0.0.1:10710 |
+ Modify DataNode configurations:
@@ -150,7 +150,7 @@ For folder cluster1:
| dn\_mpp\_data\_exchange\_port | 10741 |
| dn\_schema\_region\_consensus\_port | 10751 |
| dn\_data\_region\_consensus\_port | 10761 |
-| dn\_target\_config\_node\_list | 127.0.0.1:10710 |
+| dn\_seed\_config\_node | 127.0.0.1:10710 |
For folder cluster2:
@@ -161,7 +161,7 @@ For folder cluster2:
| cn\_internal\_address | 127.0.0.1 |
| cn\_internal\_port | 10712 |
| cn\_consensus\_port | 10722 |
-| cn\_target\_config\_node\_list | 127.0.0.1:10710 |
+| cn\_seed\_config\_node | 127.0.0.1:10710 |
+ Modify DataNode configurations:
@@ -174,7 +174,7 @@ For folder cluster2:
| dn\_mpp\_data\_exchange\_port | 10742 |
| dn\_schema\_region\_consensus\_port | 10752 |
| dn\_data\_region\_consensus\_port | 10762 |
-| dn\_target\_config\_node\_list | 127.0.0.1:10710 |
+| dn\_seed\_config\_node | 127.0.0.1:10710 |
### 6. Expanding the Cluster
@@ -361,7 +361,7 @@ and set the following parameters based on the IP address
and available port of t
| cn\_internal\_address | Internal rpc service address of ConfigNode
| 127.0.0.1 | Set to the IPV4 address or domain name of
the server |
| cn\_internal\_port | Internal rpc service port of ConfigNode
| 10710 | Set to any unoccupied port
|
| cn\_consensus\_port | ConfigNode replication consensus protocol
communication port | 10720 | Set to any unoccupied port
|
-| cn\_target\_config\_node\_list | ConfigNode address to which the node is
connected when it is registered to the cluster. Note that Only one ConfigNode
can be configured. | 127.0.0.1:10710 | For Seed-ConfigNode, set to its own
cn\_internal\_address:cn\_internal\_port; For other ConfigNodes, set to other
one running ConfigNode's cn\_internal\_address:cn\_internal\_port |
+| cn\_seed\_config\_node | ConfigNode address to which the node is connected
when it is registered to the cluster. Note that Only one ConfigNode can be
configured. | 127.0.0.1:10710 | For Seed-ConfigNode, set to its own
cn\_internal\_address:cn\_internal\_port; For other ConfigNodes, set to other
one running ConfigNode's cn\_internal\_address:cn\_internal\_port |
**Notice: The preceding configuration parameters cannot be changed after the
node is started. Ensure that all ports are not occupied. Otherwise, the Node
cannot be started.**
@@ -379,7 +379,7 @@ and set the following parameters based on the IP address
and available port of t
| dn\_mpp\_data\_exchange\_port | Data flow port of DataNode inside
cluster | 10740 | Set to any unoccupied port
|
| dn\_data\_region\_consensus\_port | Data replicas communication port for
consensus | 10750 | Set to any unoccupied port
|
| dn\_schema\_region\_consensus\_port | Schema replicas communication port for
consensus | 10760 | Set to any unoccupied port
|
-| dn\_target\_config\_node\_list | Running ConfigNode of the Cluster
| 127.0.0.1:10710 | Set to any running ConfigNode's
cn\_internal\_address:cn\_internal\_port. You can set multiple values, separate
them with commas(",") |
+| dn\_seed\_config\_node | Running ConfigNode of the Cluster
| 127.0.0.1:10710 | Set to any running ConfigNode's
cn\_internal\_address:cn\_internal\_port. You can set multiple values, separate
them with commas(",") |
**Notice: The preceding configuration parameters cannot be changed after the
node is started. Ensure that all ports are not occupied. Otherwise, the Node
cannot be started.**
@@ -423,7 +423,7 @@ Then open its configuration file
./conf/iotdb-confignode.properties and check th
| cn\_internal\_address | Is set to the IPV4 address or domain name
of the server |
| cn\_internal\_port | The port isn't occupied
|
| cn\_consensus\_port | The port isn't occupied
|
-| cn\_target\_config\_node\_list | Is set to its own internal communication
address, which is cn\_internal\_address:cn\_internal\_port |
+| cn\_seed\_config\_node | Is set to its own internal communication address,
which is cn\_internal\_address:cn\_internal\_port |
After checking, you can run the startup script on the server:
@@ -468,7 +468,7 @@ Then, please open its configuration file
./conf/iotdb-confignode.properties and
| cn\_internal\_address | Is set to the IPV4 address or domain name
of the server |
| cn\_internal\_port | The port isn't occupied
|
| cn\_consensus\_port | The port isn't occupied
|
-| cn\_target\_config\_node\_list | Is set to the internal communication
address of an other running ConfigNode. The internal communication address of
the seed ConfigNode is recommended. |
+| cn\_seed\_config\_node | Is set to the internal communication address of an
other running ConfigNode. The internal communication address of the seed
ConfigNode is recommended. |
After checking, you can run the startup script on the server:
@@ -510,7 +510,7 @@ Then open its configuration file
./conf/iotdb-datanode.properties and check the
| dn\_mpp\_data\_exchange\_port | The port isn't occupied
|
| dn\_data\_region\_consensus\_port | The port isn't occupied
|
| dn\_schema\_region\_consensus\_port | The port isn't occupied
|
-| dn\_target\_config\_node\_list | Is set to the internal communication
address of other running ConfigNodes. The internal communication address of the
seed ConfigNode is recommended. |
+| dn\_seed\_config\_node | Is set to the internal communication address
of other running ConfigNodes. The internal communication address of the seed
ConfigNode is recommended. |
After checking, you can run the startup script on the server:
diff --git
a/src/UserGuide/Master/Deployment-and-Maintenance/Deployment-Guide_timecho.md
b/src/UserGuide/Master/Deployment-and-Maintenance/Deployment-Guide_timecho.md
index f4b2178..3ba0c2b 100644
---
a/src/UserGuide/Master/Deployment-and-Maintenance/Deployment-Guide_timecho.md
+++
b/src/UserGuide/Master/Deployment-and-Maintenance/Deployment-Guide_timecho.md
@@ -197,7 +197,7 @@ and set the following parameters based on the IP address
and available port of t
| cn\_internal\_address | Internal rpc service address of ConfigNode
| 127.0.0.1 | Set to the IPV4 address or domain name of
the server |
| cn\_internal\_port | Internal rpc service port of ConfigNode
| 10710 | Set to any unoccupied port
|
| cn\_consensus\_port | ConfigNode replication consensus protocol
communication port | 10720 | Set to any unoccupied port
|
-| cn\_target\_config\_node\_list | ConfigNode address to which the node is
connected when it is registered to the cluster. Note that Only one ConfigNode
can be configured. | 127.0.0.1:10710 | For Seed-ConfigNode, set to its own
cn\_internal\_address:cn\_internal\_port; For other ConfigNodes, set to other
one running ConfigNode's cn\_internal\_address:cn\_internal\_port |
+| cn\_seed\_config\_nod | ConfigNode address to which the node is connected
when it is registered to the cluster. Note that Only one ConfigNode can be
configured. | 127.0.0.1:10710 | For Seed-ConfigNode, set to its own
cn\_internal\_address:cn\_internal\_port; For other ConfigNodes, set to other
one running ConfigNode's cn\_internal\_address:cn\_internal\_port |
**Notice: The preceding configuration parameters cannot be changed after the
node is started. Ensure that all ports are not occupied. Otherwise, the Node
cannot be started.**
@@ -215,7 +215,7 @@ and set the following parameters based on the IP address
and available port of t
| dn\_mpp\_data\_exchange\_port | Data flow port of DataNode inside
cluster | 10740 | Set to any unoccupied port
|
| dn\_data\_region\_consensus\_port | Data replicas communication port for
consensus | 10750 | Set to any unoccupied port
|
| dn\_schema\_region\_consensus\_port | Schema replicas communication port for
consensus | 10760 | Set to any unoccupied port
|
-| dn\_target\_config\_node\_list | Running ConfigNode of the Cluster
| 127.0.0.1:10710 | Set to any running ConfigNode's
cn\_internal\_address:cn\_internal\_port. You can set multiple values, separate
them with commas(",") |
+| dn\_seed\_config\_node | Running ConfigNode of the Cluster
| 127.0.0.1:10710 | Set to any running ConfigNode's
cn\_internal\_address:cn\_internal\_port. You can set multiple values, separate
them with commas(",") |
**Notice: The preceding configuration parameters cannot be changed after the
node is started. Ensure that all ports are not occupied. Otherwise, the Node
cannot be started.**
@@ -259,7 +259,7 @@ Then open its configuration file
./conf/iotdb-confignode.properties and check th
| cn\_internal\_address | Is set to the IPV4 address or domain name
of the server |
| cn\_internal\_port | The port isn't occupied
|
| cn\_consensus\_port | The port isn't occupied
|
-| cn\_target\_config\_node\_list | Is set to its own internal communication
address, which is cn\_internal\_address:cn\_internal\_port |
+| cn\_seed\_config\_node | Is set to its own internal communication address,
which is cn\_internal\_address:cn\_internal\_port |
After checking, you can run the startup script on the server:
@@ -304,7 +304,7 @@ Then, please open its configuration file
./conf/iotdb-confignode.properties and
| cn\_internal\_address | Is set to the IPV4 address or domain name
of the server |
| cn\_internal\_port | The port isn't occupied
|
| cn\_consensus\_port | The port isn't occupied
|
-| cn\_target\_config\_node\_list | Is set to the internal communication
address of an other running ConfigNode. The internal communication address of
the seed ConfigNode is recommended. |
+| cn\_seed\_config\_node | Is set to the internal communication address of an
other running ConfigNode. The internal communication address of the seed
ConfigNode is recommended. |
After checking, you can run the startup script on the server:
@@ -346,7 +346,7 @@ Then open its configuration file
./conf/iotdb-datanode.properties and check the
| dn\_mpp\_data\_exchange\_port | The port isn't occupied
|
| dn\_data\_region\_consensus\_port | The port isn't occupied
|
| dn\_schema\_region\_consensus\_port | The port isn't occupied
|
-| dn\_target\_config\_node\_list | Is set to the internal communication
address of other running ConfigNodes. The internal communication address of the
seed ConfigNode is recommended. |
+| dn\_seed\_config\_node | Is set to the internal communication address
of other running ConfigNodes. The internal communication address of the seed
ConfigNode is recommended. |
After checking, you can run the startup script on the server:
diff --git a/src/UserGuide/Master/Deployment-and-Maintenance/Docker-Install.md
b/src/UserGuide/Master/Deployment-and-Maintenance/Docker-Install.md
index ff5db87..165a690 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_seed_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_seed_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_seed_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_seed_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_seed_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_seed_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_seed_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..57555aa 100644
--- a/src/UserGuide/Master/QuickStart/ClusterQuickStart.md
+++ b/src/UserGuide/Master/QuickStart/ClusterQuickStart.md
@@ -72,10 +72,10 @@ Modify the specified configuration file according to the
table below:
| Configuration| Configuration Option | IP:192.168.132.10 |
IP:192.168.132.11 | IP:192.168.132.12 |
|------------|:-------------------------------|----------------------|----------------------|:---------------------|
| iotdb-confignode.properties | cn\_internal\_address |
192.168.132.10 | 192.168.132.11 | 192.168.132.12 |
-| | cn\_target\_config\_node\_list | 192.168.132.10:10710 |
192.168.132.10:10710 | 192.168.132.10:10710 |
+| | cn\_seed\_config\_node | 192.168.132.10:10710 |
192.168.132.10:10710 | 192.168.132.10:10710 |
| iotdb-datanode.properties | dn\_rpc\_address |
192.168.132.10 | 192.168.132.11 | 192.168.132.12 |
| | dn\_internal\_address | 192.168.132.10 |
192.168.132.11 | 192.168.132.12 |
-| | dn\_target\_config\_node\_list | 192.168.132.10:10710 |
192.168.132.10:10710 | 192.168.132.10:10710 |
+| | dn\_seed\_config\_node | 192.168.132.10:10710 |
192.168.132.10:10710 | 192.168.132.10:10710 |
**Notice:**
It's recommended that the configurations of iotdb-common.properties and the
heap size of JVM in all nodes are the same.
@@ -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_seed_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_seed_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_seed_config_node` and `dn_seed_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
@@ -182,10 +182,10 @@ Modify the specified configuration file according to the
table below:
| Configuration | Configuration Option| IP:192.168.132.13 |
|------------|:-------------------------------|:---------------------|
| iotdb-confignode.properties | cn\_internal\_address |
192.168.132.13 |
-| | cn\_target\_config\_node\_list | 192.168.132.10:10710 |
+| | cn\_seed\_config\_node | 192.168.132.10:10710 |
| iotdb-datanode.properties | dn\_rpc\_address |
192.168.132.13 |
| | dn\_internal\_address | 192.168.132.13 |
-| | dn\_target\_config\_node\_list | 192.168.132.10:10710 |
+| | dn\_seed\_config\_node | 192.168.132.10:10710 |
### 2.2. expand
Execute commands below in new node of `192.168.132.13`:
diff --git a/src/UserGuide/Master/Reference/Common-Config-Manual.md
b/src/UserGuide/Master/Reference/Common-Config-Manual.md
index 53b11f7..2176070 100644
--- a/src/UserGuide/Master/Reference/Common-Config-Manual.md
+++ b/src/UserGuide/Master/Reference/Common-Config-Manual.md
@@ -147,11 +147,11 @@ Different configuration parameters take effect in the
following three ways:
| Default | 1
|
| Effective | After restarting system
|
-* data\_region\_per\_processor
+* data\_region\_per\_data\_node
-| Name | data\_region\_per\_processor
|
+| Name | data\_region\_per\_data\_node
|
|:-----------:|:--------------------------------------------------------------------------|
-| Description | The maximum number of DataRegion expected to be managed by
each processor |
+| Description | The maximum number of DataRegion expected to be managed by
each DataNode |
| Type | double
|
| Default | 1.0
|
| Effective | After restarting system
|
diff --git a/src/UserGuide/Master/Reference/ConfigNode-Config-Manual.md
b/src/UserGuide/Master/Reference/ConfigNode-Config-Manual.md
index 6150dfa..e094982 100644
--- a/src/UserGuide/Master/Reference/ConfigNode-Config-Manual.md
+++ b/src/UserGuide/Master/Reference/ConfigNode-Config-Manual.md
@@ -98,9 +98,9 @@ The global configuration of cluster is in ConfigNode.
### Target Config Nodes
-* cn\_target\_config\_node\_list
+* cn\_seed\_config\_node
-|Name| cn\_target\_config\_node\_list |
+|Name| cn\_seed\_config\_node |
|:---:|:----------------------------------------------------------------------|
|Description| Target ConfigNode address, for current ConfigNode to join the
cluster |
|Type| String |
diff --git a/src/UserGuide/Master/Reference/DataNode-Config-Manual.md
b/src/UserGuide/Master/Reference/DataNode-Config-Manual.md
index a9dc3f2..f2cecd9 100644
--- a/src/UserGuide/Master/Reference/DataNode-Config-Manual.md
+++ b/src/UserGuide/Master/Reference/DataNode-Config-Manual.md
@@ -180,9 +180,9 @@ The permission definitions are in
${IOTDB\_CONF}/conf/jmx.access.
### Target Config Nodes
-* dn\_target\_config\_node\_list
+* dn\_seed\_config\_node
-|Name| dn\_target\_config\_node\_list |
+|Name| dn\_seed\_config\_node |
|:---:|:------------------------------------------------|
|Description| ConfigNode Address for DataNode to join cluster |
|Type| String |
diff --git a/src/UserGuide/Master/stage/Cluster/Cluster-Setup.md
b/src/UserGuide/Master/stage/Cluster/Cluster-Setup.md
index 637428f..16239b4 100644
--- a/src/UserGuide/Master/stage/Cluster/Cluster-Setup.md
+++ b/src/UserGuide/Master/stage/Cluster/Cluster-Setup.md
@@ -134,7 +134,7 @@ and set the following parameters based on the IP address
and available port of t
| cn\_internal\_address | Internal rpc service address of ConfigNode
| 127.0.0.1 | Set to the IPV4 address or domain name of the
server
|
| cn\_internal\_port | Internal rpc service port of ConfigNode
| 10710 | Set to any unoccupied port
|
| cn\_consensus\_port | ConfigNode replication consensus protocol
communication port
| 10720 | Set to any unoccupied port
|
-| cn\_target\_config\_node\_list | ConfigNode address to which the node is
connected when it is registered to the cluster. Note that Only one ConfigNode
can be configured. | 127.0.0.1:10710 | For Seed-ConfigNode, set to its own
cn\_internal\_address:cn\_internal\_port; For other ConfigNodes, set to other
one running ConfigNode's cn\_internal\_address:cn\_internal\_port |
+| cn\_seed\_config\_node | ConfigNode address to which the node is connected
when it is registered to the cluster. Note that Only one ConfigNode can be
configured. | 127.0.0.1:10710 | For Seed-ConfigNode, set to its own
cn\_internal\_address:cn\_internal\_port; For other ConfigNodes, set to other
one running ConfigNode's cn\_internal\_address:cn\_internal\_port |
**Notice: The preceding configuration parameters cannot be changed after the
node is started. Ensure that all ports are not occupied. Otherwise, the Node
cannot be started.**
@@ -152,7 +152,7 @@ and set the following parameters based on the IP address
and available port of t
| dn\_mpp\_data\_exchange\_port | Data flow port of DataNode inside
cluster | 10740 | Set to any unoccupied port
|
| dn\_data\_region\_consensus\_port | Data replicas communication port for
consensus | 10750 | Set to any unoccupied port
|
| dn\_schema\_region\_consensus\_port | Schema replicas communication port for
consensus | 10760 | Set to any unoccupied port
|
-| dn\_target\_config\_node\_list | Running ConfigNode of the Cluster
| 127.0.0.1:10710 | Set to any running ConfigNode's
cn\_internal\_address:cn\_internal\_port. You can set multiple values, separate
them with commas(",") |
+| dn\_seed\_config\_node | Running ConfigNode of the Cluster
| 127.0.0.1:10710 | Set to any running ConfigNode's
cn\_internal\_address:cn\_internal\_port. You can set multiple values, separate
them with commas(",") |
**Notice: The preceding configuration parameters cannot be changed after the
node is started. Ensure that all ports are not occupied. Otherwise, the Node
cannot be started.**
@@ -196,7 +196,7 @@ Then open its configuration file
./conf/iotdb-confignode.properties and check th
| cn\_internal\_address | Is set to the IPV4 address or domain name
of the server |
| cn\_internal\_port | The port isn't occupied
|
| cn\_consensus\_port | The port isn't occupied
|
-| cn\_target\_config\_node\_list | Is set to its own internal communication
address, which is cn\_internal\_address:cn\_internal\_port |
+| cn\_seed\_config\_node | Is set to its own internal communication address,
which is cn\_internal\_address:cn\_internal\_port |
After checking, you can run the startup script on the server:
@@ -241,7 +241,7 @@ Then, please open its configuration file
./conf/iotdb-confignode.properties and
| cn\_internal\_address | Is set to the IPV4 address or domain name
of the server
|
| cn\_internal\_port | The port isn't occupied
|
| cn\_consensus\_port | The port isn't occupied
|
-| cn\_target\_config\_node\_list | Is set to the internal communication
address of an other running ConfigNode. The internal communication address of
the seed ConfigNode is recommended. |
+| cn\_seed\_config\_node | Is set to the internal communication address of an
other running ConfigNode. The internal communication address of the seed
ConfigNode is recommended. |
After checking, you can run the startup script on the server:
@@ -283,7 +283,7 @@ Then open its configuration file
./conf/iotdb-datanode.properties and check the
| dn\_mpp\_data\_exchange\_port | The port isn't occupied
|
| dn\_data\_region\_consensus\_port | The port isn't occupied
|
| dn\_schema\_region\_consensus\_port | The port isn't occupied
|
-| dn\_target\_config\_node\_list | Is set to the internal communication
address of other running ConfigNodes. The internal communication address of the
seed ConfigNode is recommended. |
+| dn\_seed\_config\_node | Is set to the internal communication address
of other running ConfigNodes. The internal communication address of the seed
ConfigNode is recommended. |
After checking, you can run the startup script on the server:
diff --git a/src/UserGuide/Master/stage/Cluster/Get-Installation-Package.md
b/src/UserGuide/Master/stage/Cluster/Get-Installation-Package.md
index fa62c33..9301efe 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_seed_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_seed_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_seed_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_seed_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_seed_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_seed_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_seed_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..9d7503b 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_seed_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_seed_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_seed_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_seed_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_seed_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_seed_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_seed_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.md
b/src/zh/UserGuide/Master/Deployment-and-Maintenance/Deployment-Guide.md
index f7bc34d..2f7ff41 100644
--- a/src/zh/UserGuide/Master/Deployment-and-Maintenance/Deployment-Guide.md
+++ b/src/zh/UserGuide/Master/Deployment-and-Maintenance/Deployment-Guide.md
@@ -128,7 +128,7 @@ It costs 0.242s
| cn\_internal\_address | 127.0.0.1 |
| cn\_internal\_port | 10711 |
| cn\_consensus\_port | 10721 |
-| cn\_target\_config\_node\_list | 127.0.0.1:10710 |
+| cn\_seed\_config\_node | 127.0.0.1:10710 |
+ 修改 DataNode 配置:
@@ -141,7 +141,7 @@ It costs 0.242s
| dn\_mpp\_data\_exchange\_port | 10741 |
| dn\_schema\_region\_consensus\_port | 10751 |
| dn\_data\_region\_consensus\_port | 10761 |
-| dn\_target\_config\_node\_list | 127.0.0.1:10710 |
+| dn\_seed\_config\_node | 127.0.0.1:10710 |
对于 cluster2 目录:
@@ -152,7 +152,7 @@ It costs 0.242s
| cn\_internal\_address | 127.0.0.1 |
| cn\_internal\_port | 10712 |
| cn\_consensus\_port | 10722 |
-| cn\_target\_config\_node\_list | 127.0.0.1:10710 |
+| cn\_seed\_config\_node | 127.0.0.1:10710 |
+ 修改 DataNode 配置:
@@ -165,7 +165,7 @@ It costs 0.242s
| dn\_mpp\_data\_exchange\_port | 10742 |
| dn\_schema\_region\_consensus\_port | 10752 |
| dn\_data\_region\_consensus\_port | 10762 |
-| dn\_target\_config\_node\_list | 127.0.0.1:10710 |
+| dn\_seed\_config\_node | 127.0.0.1:10710 |
### 6. 集群扩容
@@ -350,7 +350,7 @@ mvn clean package -pl distribution -am -DskipTests
| cn\_internal\_address | ConfigNode 在集群内部通讯使用的地址
| 127.0.0.1 | 设置为服务器的 IPV4 地址或域名 |
| cn\_internal\_port | ConfigNode 在集群内部通讯使用的端口
| 10710 | 设置为任意未占用端口 |
| cn\_consensus\_port | ConfigNode 副本组共识协议通信使用的端口
| 10720 | 设置为任意未占用端口 |
-| cn\_target\_config\_node\_list | 节点注册加入集群时连接的 ConfigNode 的地址。注:只能配置一个 |
127.0.0.1:10710 | 对于 Seed-ConfigNode,设置为自己的
cn\_internal\_address:cn\_internal\_port;对于其它 ConfigNode,设置为另一个正在运行的 ConfigNode
的 cn\_internal\_address:cn\_internal\_port |
+| cn\_seed\_config\_node | 节点注册加入集群时连接的 ConfigNode 的地址。注:只能配置一个 |
127.0.0.1:10710 | 对于 Seed-ConfigNode,设置为自己的
cn\_internal\_address:cn\_internal\_port;对于其它 ConfigNode,设置为另一个正在运行的 ConfigNode
的 cn\_internal\_address:cn\_internal\_port |
**注意:上述配置项在节点启动后即不可更改,且务必保证所有端口均未被占用,否则节点无法启动。**
@@ -367,7 +367,7 @@ mvn clean package -pl distribution -am -DskipTests
| dn\_mpp\_data\_exchange\_port | DataNode 在集群内部接收数据流使用的端口 | 10740
| 设置为任意未占用端口 |
| dn\_data\_region\_consensus\_port | DataNode 的数据副本间共识协议通信的端口 | 10750
| 设置为任意未占用端口 |
| dn\_schema\_region\_consensus\_port | DataNode 的元数据副本间共识协议通信的端口 | 10760
| 设置为任意未占用端口 |
-| dn\_target\_config\_node\_list | 集群中正在运行的 ConfigNode 地址 |
127.0.0.1:10710 | 设置为任意正在运行的 ConfigNode 的
cn\_internal\_address:cn\_internal\_port,可设置多个,用逗号(",")隔开 |
+| dn\_seed\_config\_node | 集群中正在运行的 ConfigNode 地址 |
127.0.0.1:10710 | 设置为任意正在运行的 ConfigNode 的
cn\_internal\_address:cn\_internal\_port,可设置多个,用逗号(",")隔开 |
**注意:上述配置项在节点启动后即不可更改,且务必保证所有端口均未被占用,否则节点无法启动。**
@@ -409,7 +409,7 @@ mvn clean package -pl distribution -am -DskipTests
| cn\_internal\_address | 已设置为服务器的 IPV4 地址或域名
|
| cn\_internal\_port | 该端口未被占用
|
| cn\_consensus\_port | 该端口未被占用
|
-| cn\_target\_config\_node\_list | 已设置为自己的内部通讯地址,即
cn\_internal\_address:cn\_internal\_port |
+| cn\_seed\_config\_node | 已设置为自己的内部通讯地址,即
cn\_internal\_address:cn\_internal\_port |
检查完毕后,即可在服务器上运行启动脚本:
@@ -452,7 +452,7 @@ ConfigNode 的其它配置参数可参考
| cn\_internal\_address | 已设置为服务器的 IPV4 地址或域名
|
| cn\_internal\_port | 该端口未被占用
|
| cn\_consensus\_port | 该端口未被占用
|
-| cn\_target\_config\_node\_list | 已设置为另一个正在运行的 ConfigNode 的内部通讯地址,推荐使用
Seed-ConfigNode 的内部通讯地址 |
+| cn\_seed\_config\_node | 已设置为另一个正在运行的 ConfigNode 的内部通讯地址,推荐使用
Seed-ConfigNode 的内部通讯地址 |
检查完毕后,即可在服务器上运行启动脚本:
@@ -492,7 +492,7 @@ ConfigNode 的其它配置参数可参考
| dn\_mpp\_data\_exchange\_port | 该端口未被占用
|
| dn\_data\_region\_consensus\_port | 该端口未被占用
|
| dn\_schema\_region\_consensus\_port | 该端口未被占用
|
-| dn\_target\_config\_node\_list | 已设置为正在运行的 ConfigNode 的内部通讯地址,推荐使用
Seed-ConfigNode 的内部通讯地址 |
+| dn\_seed\_config\_node | 已设置为正在运行的 ConfigNode 的内部通讯地址,推荐使用
Seed-ConfigNode 的内部通讯地址 |
检查完毕后,即可在服务器上运行启动脚本:
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..1313335 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_seed_config_node |
集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`confignode_servers`同时配置值时优先使用`confignode_servers`中的值,对应`iotdb/config/iotdb-confignode.properties`中的`cn_seed_config_node`
| 必填 |
+| dn_seed_config_node |
集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`datanode_servers`同时配置值时优先使用`datanode_servers`中的值,对应`iotdb/config/iotdb-datanode.properties`中的`dn_seed_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_seed_config_node |
集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`confignode_servers`同时配置值时优先使用`confignode_servers`中的值,对应`iotdb/config/iotdb-confignode.properties`中的`cn_seed_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_seed_config_node |
集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`datanode_servers`同时配置值时优先使用`datanode_servers`中的值,对应`iotdb/config/iotdb-datanode.properties`中的`dn_seed_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`中的值
| 非必填 |
@@ -445,7 +445,7 @@ mvn clean package -pl distribution -am -DskipTests
| cn\_internal\_address | ConfigNode 在集群内部通讯使用的地址
| 127.0.0.1 | 设置为服务器的 IPV4 地址或域名 |
| cn\_internal\_port | ConfigNode 在集群内部通讯使用的端口
| 10710 | 设置为任意未占用端口 |
| cn\_consensus\_port | ConfigNode 副本组共识协议通信使用的端口
| 10720 | 设置为任意未占用端口 |
-| cn\_target\_config\_node\_list | 节点注册加入集群时连接的 ConfigNode 的地址。注:只能配置一个 |
127.0.0.1:10710 | 对于 Seed-ConfigNode,设置为自己的
cn\_internal\_address:cn\_internal\_port;对于其它 ConfigNode,设置为另一个正在运行的 ConfigNode
的 cn\_internal\_address:cn\_internal\_port |
+| cn\_seed\_config\_node | 节点注册加入集群时连接的 ConfigNode 的地址。注:只能配置一个 |
127.0.0.1:10710 | 对于 Seed-ConfigNode,设置为自己的
cn\_internal\_address:cn\_internal\_port;对于其它 ConfigNode,设置为另一个正在运行的 ConfigNode
的 cn\_internal\_address:cn\_internal\_port |
**注意:上述配置项在节点启动后即不可更改,且务必保证所有端口均未被占用,否则节点无法启动。**
@@ -462,7 +462,7 @@ mvn clean package -pl distribution -am -DskipTests
| dn\_mpp\_data\_exchange\_port | DataNode 在集群内部接收数据流使用的端口 | 10740
| 设置为任意未占用端口 |
| dn\_data\_region\_consensus\_port | DataNode 的数据副本间共识协议通信的端口 | 10750
| 设置为任意未占用端口 |
| dn\_schema\_region\_consensus\_port | DataNode 的元数据副本间共识协议通信的端口 | 10760
| 设置为任意未占用端口 |
-| dn\_target\_config\_node\_list | 集群中正在运行的 ConfigNode 地址 |
127.0.0.1:10710 | 设置为任意正在运行的 ConfigNode 的
cn\_internal\_address:cn\_internal\_port,可设置多个,用逗号(",")隔开 |
+| dn\_seed\_config\_node | 集群中正在运行的 ConfigNode 地址 |
127.0.0.1:10710 | 设置为任意正在运行的 ConfigNode 的
cn\_internal\_address:cn\_internal\_port,可设置多个,用逗号(",")隔开 |
**注意:上述配置项在节点启动后即不可更改,且务必保证所有端口均未被占用,否则节点无法启动。**
@@ -504,7 +504,7 @@ mvn clean package -pl distribution -am -DskipTests
| cn\_internal\_address | 已设置为服务器的 IPV4 地址或域名
|
| cn\_internal\_port | 该端口未被占用
|
| cn\_consensus\_port | 该端口未被占用
|
-| cn\_target\_config\_node\_list | 已设置为自己的内部通讯地址,即
cn\_internal\_address:cn\_internal\_port |
+| cn\_seed\_config\_node | 已设置为自己的内部通讯地址,即
cn\_internal\_address:cn\_internal\_port |
检查完毕后,即可在服务器上运行启动脚本:
@@ -547,7 +547,7 @@ ConfigNode 的其它配置参数可参考
| cn\_internal\_address | 已设置为服务器的 IPV4 地址或域名
|
| cn\_internal\_port | 该端口未被占用
|
| cn\_consensus\_port | 该端口未被占用
|
-| cn\_target\_config\_node\_list | 已设置为另一个正在运行的 ConfigNode 的内部通讯地址,推荐使用
Seed-ConfigNode 的内部通讯地址 |
+| cn\_seed\_config\_node | 已设置为另一个正在运行的 ConfigNode 的内部通讯地址,推荐使用
Seed-ConfigNode 的内部通讯地址 |
检查完毕后,即可在服务器上运行启动脚本:
@@ -587,7 +587,7 @@ ConfigNode 的其它配置参数可参考
| dn\_mpp\_data\_exchange\_port | 该端口未被占用
|
| dn\_data\_region\_consensus\_port | 该端口未被占用
|
| dn\_schema\_region\_consensus\_port | 该端口未被占用
|
-| dn\_target\_config\_node\_list | 已设置为正在运行的 ConfigNode 的内部通讯地址,推荐使用
Seed-ConfigNode 的内部通讯地址 |
+| dn\_seed\_config\_node | 已设置为正在运行的 ConfigNode 的内部通讯地址,推荐使用
Seed-ConfigNode 的内部通讯地址 |
检查完毕后,即可在服务器上运行启动脚本:
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..9a61aec 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_seed_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_seed_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_seed_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_seed_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_seed_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_seed_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_seed_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..d7476f0 100644
--- a/src/zh/UserGuide/Master/QuickStart/ClusterQuickStart.md
+++ b/src/zh/UserGuide/Master/QuickStart/ClusterQuickStart.md
@@ -68,10 +68,10 @@ IP地址和服务角色分配如下:
| 配置| 配置项 | IP:192.168.132.10 | IP:192.168.132.11 |
IP:192.168.132.12 |
|------------|:-------------------------------|----------------------|----------------------|:---------------------|
| iotdb-confignode.properties | cn\_internal\_address |
192.168.132.10 | 192.168.132.11 | 192.168.132.12 |
-| | cn\_target\_config\_node\_list | 192.168.132.10:10710 |
192.168.132.10:10710 | 192.168.132.10:10710 |
+| | cn\_seed\_config\_node | 192.168.132.10:10710 |
192.168.132.10:10710 | 192.168.132.10:10710 |
| iotdb-datanode.properties | dn\_rpc\_address |
192.168.132.10 | 192.168.132.11 | 192.168.132.12 |
| | dn\_internal\_address | 192.168.132.10 |
192.168.132.11 | 192.168.132.12 |
-| | dn\_target\_config\_node\_list | 192.168.132.10:10710 |
192.168.132.10:10710 | 192.168.132.10:10710 |
+| | dn\_seed\_config\_node | 192.168.132.10:10710 |
192.168.132.10:10710 | 192.168.132.10:10710 |
**注意:**
我们推荐所有节点的 iotdb-common.properties 和 JVM 的内存配置是一致的。
@@ -79,7 +79,7 @@ IP地址和服务角色分配如下:
### 1.3. 启动集群
启动集群前,需保证配置正确,保证 IoTDB 安装目录下没有数据(`data`目录)。
#### 1.3.1. 启动第一个节点
-即上面表格中`cn_target_config_node_list`配置的节点。
+即上面表格中`cn_seed_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_seed_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_seed_config_node` 和 `dn_seed_config_node`的配置必须和已有集群一致。
- 原有数据不会移动到新节点,新创建的元数据分区和数据分区很可能在新的节点。
### 2.1. 修改配置
@@ -176,10 +176,10 @@ rm -rf data logs
| 配置 | 配置项 | IP:192.168.132.13 |
|------------|:-------------------------------|:---------------------|
| iotdb-confignode.properties | cn\_internal\_address |
192.168.132.13 |
-| | cn\_target\_config\_node\_list | 192.168.132.10:10710 |
+| | cn\_seed\_config\_node | 192.168.132.10:10710 |
| iotdb-datanode.properties | dn\_rpc\_address |
192.168.132.13 |
| | dn\_internal\_address | 192.168.132.13 |
-| | dn\_target\_config\_node\_list | 192.168.132.10:10710 |
+| | dn\_seed\_config\_node | 192.168.132.10:10710 |
### 2.2. 扩容
在新增节点`192.168.132.13`上,执行:
diff --git a/src/zh/UserGuide/Master/Reference/Common-Config-Manual.md
b/src/zh/UserGuide/Master/Reference/Common-Config-Manual.md
index 84bfdbc..90e545f 100644
--- a/src/zh/UserGuide/Master/Reference/Common-Config-Manual.md
+++ b/src/zh/UserGuide/Master/Reference/Common-Config-Manual.md
@@ -149,11 +149,11 @@ IoTDB ConfigNode 和 DataNode 的公共配置参数位于 `conf` 目录下。
| 默认值 | 2
|
| 改后生效方式 | 重启服务生效
|
-* data\_region\_per\_processor
+* data\_region\_per\_data\_node
-| 名字 | data\_region\_per\_processor |
+| 名字 | data\_region\_per\_data\_node |
|:------:|:-----------------------------|
-| 描述 | 期望每个处理器可管理的 DataRegion 的最大数量 |
+| 描述 | 期望每个 DataNode 可管理的 DataRegion 的最大数量 |
| 类型 | double |
| 默认值 | 1.0 |
| 改后生效方式 | 重启服务生效 |
diff --git a/src/zh/UserGuide/Master/Reference/ConfigNode-Config-Manual.md
b/src/zh/UserGuide/Master/Reference/ConfigNode-Config-Manual.md
index 1be9bdb..afdae1b 100644
--- a/src/zh/UserGuide/Master/Reference/ConfigNode-Config-Manual.md
+++ b/src/zh/UserGuide/Master/Reference/ConfigNode-Config-Manual.md
@@ -95,9 +95,9 @@ IoTDB 集群的全局配置通过 ConfigNode 配置。
### 目标 Config Node 配置
-* cn\_target\_config\_node\_list
+* cn\_seed\_config\_node
-| 名字 | cn\_target\_config\_node\_list |
+| 名字 | cn\_seed\_config\_node |
|:------:|:--------------------------------------|
| 描述 | 目标 ConfigNode 地址,ConfigNode 通过此地址加入集群 |
| 类型 | String |
diff --git a/src/zh/UserGuide/Master/Reference/DataNode-Config-Manual.md
b/src/zh/UserGuide/Master/Reference/DataNode-Config-Manual.md
index 63857bc..d35f4fd 100644
--- a/src/zh/UserGuide/Master/Reference/DataNode-Config-Manual.md
+++ b/src/zh/UserGuide/Master/Reference/DataNode-Config-Manual.md
@@ -163,9 +163,9 @@ IoTDB DataNode 与 Standalone 模式共用一套配置文件,均位于 IoTDB
### 目标 Config Nodes 配置
-* dn\_target\_config\_node\_list
+* dn\_seed\_config\_node
-|名字| dn\_target\_config\_node\_list |
+|名字| dn\_seed\_config\_node |
|:---:|:------------------------------------|
|描述| ConfigNode 地址,DataNode 启动时通过此地址加入集群 |
|类型| String |
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..cd831eb 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_seed_config_node |
集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`confignode_servers`同时配置值时优先使用`confignode_servers`中的值,对应`iotdb/config/iotdb-confignode.properties`中的`cn_seed_config_node`
| 必填 |
+| dn_seed_config_node |
集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`datanode_servers`同时配置值时优先使用`datanode_servers`中的值,对应`iotdb/config/iotdb-datanode.properties`中的`dn_seed_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_seed_config_node |
集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`confignode_servers`同时配置值时优先使用`confignode_servers`中的值,对应`iotdb/config/iotdb-confignode.properties`中的`cn_seed_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_seed_config_node |
集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`datanode_servers`同时配置值时优先使用`datanode_servers`中的值,对应`iotdb/config/iotdb-datanode.properties`中的`dn_seed_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/Cluster-Setup.md
b/src/zh/UserGuide/Master/stage/Cluster/Cluster-Setup.md
index a46e4db..58a38b4 100644
--- a/src/zh/UserGuide/Master/stage/Cluster/Cluster-Setup.md
+++ b/src/zh/UserGuide/Master/stage/Cluster/Cluster-Setup.md
@@ -131,7 +131,7 @@ mvn clean package -pl distribution -am -DskipTests
| cn\_internal\_address | ConfigNode 在集群内部通讯使用的地址 |
127.0.0.1 | 设置为服务器的 IPV4 地址或域名
|
| cn\_internal\_port | ConfigNode 在集群内部通讯使用的端口 |
10710 | 设置为任意未占用端口
|
| cn\_consensus\_port | ConfigNode 副本组共识协议通信使用的端口 |
10720 | 设置为任意未占用端口
|
-| cn\_target\_config\_node\_list | 节点注册加入集群时连接的 ConfigNode 的地址。注:只能配置一个 |
127.0.0.1:10710 | 对于 Seed-ConfigNode,设置为自己的
cn\_internal\_address:cn\_internal\_port;对于其它 ConfigNode,设置为另一个正在运行的 ConfigNode
的 cn\_internal\_address:cn\_internal\_port |
+| cn\_seed\_config\_node | 节点注册加入集群时连接的 ConfigNode 的地址。注:只能配置一个 |
127.0.0.1:10710 | 对于 Seed-ConfigNode,设置为自己的
cn\_internal\_address:cn\_internal\_port;对于其它 ConfigNode,设置为另一个正在运行的 ConfigNode
的 cn\_internal\_address:cn\_internal\_port |
**注意:上述配置项在节点启动后即不可更改,且务必保证所有端口均未被占用,否则节点无法启动。**
@@ -148,7 +148,7 @@ mvn clean package -pl distribution -am -DskipTests
| dn\_mpp\_data\_exchange\_port | DataNode 在集群内部接收数据流使用的端口 | 10740
| 设置为任意未占用端口
|
| dn\_data\_region\_consensus\_port | DataNode 的数据副本间共识协议通信的端口 | 10750
| 设置为任意未占用端口
|
| dn\_schema\_region\_consensus\_port | DataNode 的元数据副本间共识协议通信的端口 | 10760
| 设置为任意未占用端口
|
-| dn\_target\_config\_node\_list | 集群中正在运行的 ConfigNode 地址 |
127.0.0.1:10710 | 设置为任意正在运行的 ConfigNode 的
cn\_internal\_address:cn\_internal\_port,可设置多个,用逗号(",")隔开 |
+| dn\_seed\_config\_node | 集群中正在运行的 ConfigNode 地址 | 127.0.0.1:10710 |
设置为任意正在运行的 ConfigNode 的
cn\_internal\_address:cn\_internal\_port,可设置多个,用逗号(",")隔开 |
**注意:上述配置项在节点启动后即不可更改,且务必保证所有端口均未被占用,否则节点无法启动。**
@@ -190,7 +190,7 @@ mvn clean package -pl distribution -am -DskipTests
| cn\_internal\_address | 已设置为服务器的 IPV4 地址或域名
|
| cn\_internal\_port | 该端口未被占用
|
| cn\_consensus\_port | 该端口未被占用
|
-| cn\_target\_config\_node\_list | 已设置为自己的内部通讯地址,即
cn\_internal\_address:cn\_internal\_port |
+| cn\_seed\_config\_node | 已设置为自己的内部通讯地址,即
cn\_internal\_address:cn\_internal\_port |
检查完毕后,即可在服务器上运行启动脚本:
@@ -233,7 +233,7 @@ ConfigNode 的其它配置参数可参考
| cn\_internal\_address | 已设置为服务器的 IPV4 地址或域名
|
| cn\_internal\_port | 该端口未被占用
|
| cn\_consensus\_port | 该端口未被占用
|
-| cn\_target\_config\_node\_list | 已设置为另一个正在运行的 ConfigNode 的内部通讯地址,推荐使用
Seed-ConfigNode 的内部通讯地址 |
+| cn\_seed\_config\_node | 已设置为另一个正在运行的 ConfigNode 的内部通讯地址,推荐使用
Seed-ConfigNode 的内部通讯地址 |
检查完毕后,即可在服务器上运行启动脚本:
@@ -273,7 +273,7 @@ ConfigNode 的其它配置参数可参考
| dn\_mpp\_data\_exchange\_port | 该端口未被占用
|
| dn\_data\_region\_consensus\_port | 该端口未被占用
|
| dn\_schema\_region\_consensus\_port | 该端口未被占用
|
-| dn\_target\_config\_node\_list | 已设置为正在运行的 ConfigNode 的内部通讯地址,推荐使用
Seed-ConfigNode 的内部通讯地址 |
+| dn\_seed\_config\_node | 已设置为正在运行的 ConfigNode 的内部通讯地址,推荐使用
Seed-ConfigNode 的内部通讯地址 |
检查完毕后,即可在服务器上运行启动脚本:
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..cbd11bd 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_seed_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_seed_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_seed_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_seed_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_seed_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_seed_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_seed_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..80b3b2a 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_seed_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_seed_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_seed_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_seed_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_seed_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_seedt_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_seed_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`。