neuyilan commented on a change in pull request #2206:
URL: https://github.com/apache/iotdb/pull/2206#discussion_r538002047



##########
File path: docs/zh/UserGuide/Server/Cluster Setup.md
##########
@@ -90,7 +90,7 @@ or
 
 |名字|seed\_nodes|
 |:---:|:---|
-|描述|集群中节点的地址,`{IP/DOMAIN}:internal\_meta\_port:internal\_data\_port`格式,用逗号分割;对于伪分布式模式,可以都填写`localhost`,或是`127.0.0.1`
 或是混合填写,但是不能够出现真实的ip地址;对于分布式模式,支持填写real ip 
或是hostname,但是不能够出现`localhost`或是`127.0.0.1`。当使用`start-node.sh(.bat)`启动节点时,此配置意味着形成初始群集的节点,每个节点的`seed_nodes`应该一致,否则群集将初始化失败;当使用`add-node.sh(.bat)`添加节点到集群中时,此配置项可以是集群中已经存在的任何节点,不需要是用`start-node.sh(bat)`构建初始集群的节点。|
+|描述|集群中节点的地址,`{IP/DOMAIN}:internal_meta_port:internal_data_port:client_port`格式,用逗号分割;对于伪分布式模式,可以都填写`localhost`,或是`127.0.0.1`
 或是混合填写,但是不能够出现真实的ip地址;对于分布式模式,支持填写real ip 
或是hostname,但是不能够出现`localhost`或是`127.0.0.1`。当使用`start-node.sh(.bat)`启动节点时,此配置意味着形成初始群集的节点,每个节点的`seed_nodes`应该一致,否则群集将初始化失败;当使用`add-node.sh(.bat)`添加节点到集群中时,此配置项可以是集群中已经存在的任何节点,不需要是用`start-node.sh(bat)`构建初始集群的节点。|
 |类型|String|
 |默认值|127.0.0.1:9003:40010,127.0.0.1:9005:40012,127.0.0.1:9007:40014|

Review comment:
       same as above

##########
File path: docs/UserGuide/Server/Cluster Setup.md
##########
@@ -98,7 +98,7 @@ The configuration items described below are in the 
`iotdb-cluster.properties` fi
 
 |Name|seed\_nodes|
 |:---:|:---|
-|Description|The address of the nodes in the cluster, 
`{IP/DOMAIN}:internal\_meta\_port:internal\_data\_port` format, separated by 
commas; for the pseudo-distributed mode, you can fill in `localhost`, or 
`127.0.0.1` or mixed, but the real ip address cannot appear; for the 
distributed mode, real ip or hostname is supported, but `localhost` or 
`127.0.0.1` cannot appear. When used by `start-node.sh(.bat)`, this 
configuration means the nodes that will form the initial cluster, so every node 
that use `start-node.sh(.bat)` should have the same `seed_nodes`, or the 
building of the initial cluster will fail. WARNING: if the initial cluster is 
built, this should not be changed before the environment is cleaned. When used 
by `add-node.sh(.bat)`, this means the nodes to which that the application of 
joining the cluster will be sent, as all nodes can respond to a request, this 
configuration can be any nodes that already in the cluster, unnecessary to be 
the nodes that were used to build the ini
 tial cluster by `start-node.sh(.bat)`. Several nodes will be picked randomly 
to send the request, the number of nodes picked depends on the number of 
retries.|
+|Description|The address of the nodes in the cluster, 
`{IP/DOMAIN}:internal_meta_port:internal_data_port:client_port` format, 
separated by commas; for the pseudo-distributed mode, you can fill in 
`localhost`, or `127.0.0.1` or mixed, but the real ip address cannot appear; 
for the distributed mode, real ip or hostname is supported, but `localhost` or 
`127.0.0.1` cannot appear. When used by `start-node.sh(.bat)`, this 
configuration means the nodes that will form the initial cluster, so every node 
that use `start-node.sh(.bat)` should have the same `seed_nodes`, or the 
building of the initial cluster will fail. WARNING: if the initial cluster is 
built, this should not be changed before the environment is cleaned. When used 
by `add-node.sh(.bat)`, this means the nodes to which that the application of 
joining the cluster will be sent, as all nodes can respond to a request, this 
configuration can be any nodes that already in the cluster, unnecessary to be 
the nodes that were used to build
  the initial cluster by `start-node.sh(.bat)`. Several nodes will be picked 
randomly to send the request, the number of nodes picked depends on the number 
of retries.|
 |Type|String|
 |Default|127.0.0.1:9003:40010,127.0.0.1:9005:40012,127.0.0.1:9007:40014|

Review comment:
       the default value should be change together
   ```suggestion
   
|Default|127.0.0.1:9003:40010:55560,127.0.0.1:9005:40012:55561,127.0.0.1:9007:40014:55562|
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to