You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/08/12 02:26:04 UTC

[GitHub] [iotdb] CRZbulabula commented on a diff in pull request #6970: [IOTDB-4113] Update Cluster-Setup UserGuide

CRZbulabula commented on code in PR #6970:
URL: https://github.com/apache/iotdb/pull/6970#discussion_r944068715


##########
docs/zh/UserGuide/Cluster/Cluster-Setup.md:
##########
@@ -144,38 +144,208 @@ Linux 启动方式
 nohup ./datanode/sbin/start-datanode.sh >/dev/null 2>&1 &
 ```
 
-Windows 启动方式
+Windows 启动方式:
 ```
 datanode\sbin\start-datanode.bat
 ```
 
-具体参考 [DataNode配置参数](https://iotdb.apache.org/zh/UserGuide/Master/Reference/DataNode-Config-Manual.html)
+具体参考 [DataNode配置参数](https://iotdb.apache.org/zh/UserGuide/Master/Reference/DataNode-Config-Manual.html)。
 
 ### 启动 Cli
 
-Cli 启动脚本在 datanode/sbin 目录
+Cli 启动脚本在 datanode/sbin 目录。
 
-Linux 启动方式
+Linux 启动方式:
 ```
 ./datanode/sbin/start-cli.sh
 ```
 
-Windows 启动方式
+Windows 启动方式:
 ```
 datanode\sbin\start-cli.bat
 ```
 
+## 集群缩容
+
+### 移除 ConfigNode
+
+Linux 移除方式:
+```
+./confignode/sbin/remove-confignode.sh -r <internal_address>:<internal_port>
+```
+
+### 移除 DataNode
+
+Linux 移除方式:
+
++ 移除单个 DataNode:

Review Comment:
   Added~



-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

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