neuyilan commented on a change in pull request #2632:
URL: https://github.com/apache/iotdb/pull/2632#discussion_r579767206
##########
File path: docs/zh/UserGuide/Server/Cluster Setup.md
##########
@@ -69,6 +69,55 @@ or
> nohup cluster\target\cluster-0.11.0-SNAPSHOT1\sbin\start-node.bat
> -internal_meta_port 9005 -internal_data_port 40012 -cluster_rpc_port 55561
> nohup cluster\target\cluster-0.11.0-SNAPSHOT2\sbin\start-node.bat
> -internal_meta_port 9007 -internal_data_port 40014 -cluster_rpc_port 55562
```
+## n节点n-1副本伪分布式一键搭建脚本
Review comment:
You may not understand me. The number of copies is `default_ replica_
num` parameter in iotdb-cluster.properties to control, `NODE_NUM` can not
control the number of copies, it can only control the number of nodes. For
example, set NODE_NUM = 5, but the copy is still 2, not 4.
----------------------------------------------------------------
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:
[email protected]