This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 33811b1 remove SimpleConsensus description in Standalone Mode
33811b1 is described below
commit 33811b193b202313bf7dc980440745a2afa6829e
Author: qiaojialin <[email protected]>
AuthorDate: Thu Jan 25 13:55:59 2024 +0800
remove SimpleConsensus description in Standalone Mode
---
src/UserGuide/latest/Deployment-and-Maintenance/Deployment-Guide.md | 3 ---
.../latest/Deployment-and-Maintenance/Deployment-Guide_timecho.md | 3 ---
src/zh/UserGuide/latest/Deployment-and-Maintenance/Deployment-Guide.md | 2 --
.../latest/Deployment-and-Maintenance/Deployment-Guide_timecho.md | 2 --
4 files changed, 10 deletions(-)
diff --git
a/src/UserGuide/latest/Deployment-and-Maintenance/Deployment-Guide.md
b/src/UserGuide/latest/Deployment-and-Maintenance/Deployment-Guide.md
index 2bd1849..136c27c 100644
--- a/src/UserGuide/latest/Deployment-and-Maintenance/Deployment-Guide.md
+++ b/src/UserGuide/latest/Deployment-and-Maintenance/Deployment-Guide.md
@@ -76,9 +76,6 @@ Users can start IoTDB standalone mode by the start-standalone
script under the s
> sbin\start-standalone.bat
```
-Note: Currently, To run standalone mode, you need to ensure that all addresses
are set to 127.0.0.1, If you need to access the IoTDB from a machine different
from the one where the IoTDB is located, please change the configuration item
`dn_rpc_address` to the IP of the machine where the IoTDB lives. And
replication factors set to 1, which is by now the default setting.
-Besides, it's recommended to use SimpleConsensus in this mode, since it brings
additional efficiency.
-
## Cluster Deployment
This article uses a local environment as an example to
illustrate how to start, expand, and shrink an IoTDB Cluster.
diff --git
a/src/UserGuide/latest/Deployment-and-Maintenance/Deployment-Guide_timecho.md
b/src/UserGuide/latest/Deployment-and-Maintenance/Deployment-Guide_timecho.md
index 73aac39..44d133b 100644
---
a/src/UserGuide/latest/Deployment-and-Maintenance/Deployment-Guide_timecho.md
+++
b/src/UserGuide/latest/Deployment-and-Maintenance/Deployment-Guide_timecho.md
@@ -76,9 +76,6 @@ Users can start IoTDB standalone mode by the start-standalone
script under the s
> sbin\start-standalone.bat
```
-Note: Currently, To run standalone mode, you need to ensure that all addresses
are set to 127.0.0.1, If you need to access the IoTDB from a machine different
from the one where the IoTDB is located, please change the configuration item
`dn_rpc_address` to the IP of the machine where the IoTDB lives. And
replication factors set to 1, which is by now the default setting.
-Besides, it's recommended to use SimpleConsensus in this mode, since it brings
additional efficiency.
-
## Cluster deployment(Cluster management tool)
The IoTDB cluster management tool is an easy-to-use operation and maintenance
tool (enterprise version tool).
diff --git
a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Deployment-Guide.md
b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Deployment-Guide.md
index 2346751..bd0c2f8 100644
--- a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Deployment-Guide.md
+++ b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Deployment-Guide.md
@@ -70,8 +70,6 @@ Windows 系统启动命令如下:
> sbin\start-standalone.bat
```
-注意:目前,要使用单机模式,你需要保证所有的地址设置为 127.0.0.1,如果需要从非 IoTDB 所在的机器访问此IoTDB,请将配置项
`dn_rpc_address` 修改为 IoTDB 所在的机器 IP。副本数设置为1。并且,推荐使用
SimpleConsensus,因为这会带来额外的效率。这些现在都是默认配置。
-
## 集群版部署
以本地环境为例,演示 IoTDB 集群的启动、扩容与缩容。
diff --git
a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Deployment-Guide_timecho.md
b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Deployment-Guide_timecho.md
index 7c3c50a..2dcc1aa 100644
---
a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Deployment-Guide_timecho.md
+++
b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Deployment-Guide_timecho.md
@@ -70,8 +70,6 @@ Windows 系统启动命令如下:
> sbin\start-standalone.bat
```
-注意:目前,要使用单机模式,你需要保证所有的地址设置为 127.0.0.1,如果需要从非 IoTDB 所在的机器访问此IoTDB,请将配置项
`dn_rpc_address` 修改为 IoTDB 所在的机器 IP。副本数设置为1。并且,推荐使用
SimpleConsensus,因为这会带来额外的效率。这些现在都是默认配置。
-
## 集群版部署(使用集群管理工具)
IoTDB 集群管理工具是一款易用的运维工具(企业版工具)。旨在解决 IoTDB
分布式系统多节点的运维难题,主要包括集群部署、集群启停、弹性扩容、配置更新、数据导出等功能,从而实现对复杂数据库集群的一键式指令下发,