This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 90f22552ea9 [doc]Fixed errors in configuration items in the
documentation (#10103)
90f22552ea9 is described below
commit 90f22552ea9c3129633c0d66e07523efbbb025a3
Author: wanghui42 <[email protected]>
AuthorDate: Mon Jun 12 19:15:35 2023 +0800
[doc]Fixed errors in configuration items in the documentation (#10103)
---
docs/UserGuide/Reference/ConfigNode-Config-Manual.md | 8 ++++----
docs/UserGuide/Reference/DataNode-Config-Manual.md | 12 ++++++------
docs/zh/UserGuide/Reference/ConfigNode-Config-Manual.md | 8 ++++----
docs/zh/UserGuide/Reference/DataNode-Config-Manual.md | 12 ++++++------
4 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/docs/UserGuide/Reference/ConfigNode-Config-Manual.md
b/docs/UserGuide/Reference/ConfigNode-Config-Manual.md
index 5dba8989b95..eb6d90402c5 100644
--- a/docs/UserGuide/Reference/ConfigNode-Config-Manual.md
+++ b/docs/UserGuide/Reference/ConfigNode-Config-Manual.md
@@ -74,7 +74,7 @@ The global configuration of cluster is in ConfigNode.
| Description | ConfigNode internal service address |
| Type | String |
| Default | 127.0.0.1 |
-| Effective | After restarting system |
+| Effective | Only allowed to be modified in first start up |
* cn\_internal\_port
@@ -83,7 +83,7 @@ The global configuration of cluster is in ConfigNode.
|Description| ConfigNode internal service port|
|Type| Short Int : [0,65535] |
|Default| 10710 |
-|Effective|After restarting system|
+|Effective|Only allowed to be modified in first start up|
### Consensus
@@ -94,7 +94,7 @@ The global configuration of cluster is in ConfigNode.
|Description| ConfigNode data Consensus Port |
|Type| Short Int : [0,65535] |
|Default| 10720 |
-|Effective|After restarting system|
+|Effective|Only allowed to be modified in first start up|
### Target Config Nodes
@@ -105,7 +105,7 @@ The global configuration of cluster is in ConfigNode.
|Description| Target ConfigNode address, for current ConfigNode to join the
cluster |
|Type| String |
|Default| 127.0.0.1:10710
|
-|Effective| After restarting system
|
+|Effective| Only allowed to be modified in first start up
|
### Directory configuration
diff --git a/docs/UserGuide/Reference/DataNode-Config-Manual.md
b/docs/UserGuide/Reference/DataNode-Config-Manual.md
index d1f41596acb..f54504884c9 100644
--- a/docs/UserGuide/Reference/DataNode-Config-Manual.md
+++ b/docs/UserGuide/Reference/DataNode-Config-Manual.md
@@ -131,7 +131,7 @@ The permission definitions are in
${IOTDB\_CONF}/conf/jmx.access.
|Description| DataNode internal service host/IP |
|Type| string |
|Default| 127.0.0.1 |
-|Effective|After restarting system|
+|Effective|Only allowed to be modified in first start up|
* dn\_internal\_port
@@ -140,7 +140,7 @@ The permission definitions are in
${IOTDB\_CONF}/conf/jmx.access.
|Description| DataNode internal service port |
|Type| int |
|Default| 10730 |
-|Effective| After restarting system |
+|Effective| Only allowed to be modified in first start up |
* dn\_mpp\_data\_exchange\_port
@@ -149,7 +149,7 @@ The permission definitions are in
${IOTDB\_CONF}/conf/jmx.access.
|Description| MPP data exchange port |
|Type| int |
|Default| 10740 |
-|Effective|After restarting system|
+|Effective|Only allowed to be modified in first start up|
* dn\_schema\_region\_consensus\_port
@@ -158,7 +158,7 @@ The permission definitions are in
${IOTDB\_CONF}/conf/jmx.access.
|Description| DataNode Schema replica communication port for consensus |
|Type| int |
|Default| 10750 |
-|Effective|After restarting system|
+|Effective|Only allowed to be modified in first start up|
* dn\_data\_region\_consensus\_port
@@ -167,7 +167,7 @@ The permission definitions are in
${IOTDB\_CONF}/conf/jmx.access.
|Description| DataNode Data replica communication port for consensus |
|Type| int |
|Default| 10760 |
-|Effective|After restarting system|
+|Effective|Only allowed to be modified in first start up|
* dn\_join\_cluster\_retry\_interval\_ms
@@ -187,7 +187,7 @@ The permission definitions are in
${IOTDB\_CONF}/conf/jmx.access.
|Description| ConfigNode Address for DataNode to join cluster |
|Type| String |
|Default| 127.0.0.1:10710 |
-|Effective| After restarting system |
+|Effective| Only allowed to be modified in first start up
|
### Connection Configuration
diff --git a/docs/zh/UserGuide/Reference/ConfigNode-Config-Manual.md
b/docs/zh/UserGuide/Reference/ConfigNode-Config-Manual.md
index 307e745e52a..e454894a529 100644
--- a/docs/zh/UserGuide/Reference/ConfigNode-Config-Manual.md
+++ b/docs/zh/UserGuide/Reference/ConfigNode-Config-Manual.md
@@ -71,7 +71,7 @@ IoTDB 集群的全局配置通过 ConfigNode 配置。
| 描述 | ConfigNode 集群内部地址 |
| 类型 | String |
| 默认值 | 127.0.0.1 |
-| 改后生效方式 | 重启服务生效 |
+| 改后生效方式 | 仅允许在第一次启动服务前修改 |
* cn\_internal\_port
@@ -80,7 +80,7 @@ IoTDB 集群的全局配置通过 ConfigNode 配置。
| 描述 | ConfigNode 集群服务监听端口 |
| 类型 | Short Int : [0,65535] |
| 默认值 | 10710 |
-| 改后生效方式 | 重启服务生效 |
+| 改后生效方式 | 仅允许在第一次启动服务前修改 |
#### 共识协议
@@ -91,7 +91,7 @@ IoTDB 集群的全局配置通过 ConfigNode 配置。
| 描述 | ConfigNode 的共识协议通信端口 |
| 类型 | Short Int : [0,65535] |
| 默认值 | 10720 |
-| 改后生效方式 | 重启服务生效 |
+| 改后生效方式 | 仅允许在第一次启动服务前修改 |
#### 目标 Config Node 配置
@@ -102,7 +102,7 @@ IoTDB 集群的全局配置通过 ConfigNode 配置。
| 描述 | 目标 ConfigNode 地址,ConfigNode 通过此地址加入集群 |
| 类型 | String |
| 默认值 | 127.0.0.1:10710 |
-| 改后生效方式 | 重启服务生效 |
+| 改后生效方式 | 仅允许在第一次启动服务前修改 |
#### 数据目录
diff --git a/docs/zh/UserGuide/Reference/DataNode-Config-Manual.md
b/docs/zh/UserGuide/Reference/DataNode-Config-Manual.md
index e0706d1412c..75cda09764c 100644
--- a/docs/zh/UserGuide/Reference/DataNode-Config-Manual.md
+++ b/docs/zh/UserGuide/Reference/DataNode-Config-Manual.md
@@ -114,7 +114,7 @@ IoTDB DataNode 与 Standalone 模式共用一套配置文件,均位于 IoTDB
|描述| DataNode 内网通信地址 |
|类型| string |
|默认值| 127.0.0.1 |
-|改后生效方式|重启服务生效|
+|改后生效方式|仅允许在第一次启动服务前修改|
* dn\_internal\_port
@@ -123,7 +123,7 @@ IoTDB DataNode 与 Standalone 模式共用一套配置文件,均位于 IoTDB
|描述| DataNode 内网通信端口 |
|类型| int |
|默认值| 10730 |
-|改后生效方式| 重启服务生效 |
+|改后生效方式| 仅允许在第一次启动服务前修改 |
* dn\_mpp\_data\_exchange\_port
@@ -132,7 +132,7 @@ IoTDB DataNode 与 Standalone 模式共用一套配置文件,均位于 IoTDB
|描述| MPP 数据交换端口 |
|类型| int |
|默认值| 10740 |
-|改后生效方式|重启服务生效|
+|改后生效方式|仅允许在第一次启动服务前修改|
* dn\_schema\_region\_consensus\_port
@@ -141,7 +141,7 @@ IoTDB DataNode 与 Standalone 模式共用一套配置文件,均位于 IoTDB
|描述| DataNode 元数据副本的共识协议通信端口 |
|类型| int |
|默认值| 10750 |
-|改后生效方式|重启服务生效|
+|改后生效方式|仅允许在第一次启动服务前修改|
* dn\_data\_region\_consensus\_port
@@ -150,7 +150,7 @@ IoTDB DataNode 与 Standalone 模式共用一套配置文件,均位于 IoTDB
|描述| DataNode 数据副本的共识协议通信端口 |
|类型| int |
|默认值| 10760 |
-|改后生效方式|重启服务生效|
+|改后生效方式|仅允许在第一次启动服务前修改|
* dn\_join\_cluster\_retry\_interval\_ms
@@ -170,7 +170,7 @@ IoTDB DataNode 与 Standalone 模式共用一套配置文件,均位于 IoTDB
|描述| ConfigNode 地址,DataNode 启动时通过此地址加入集群 |
|类型| String |
|默认值| 127.0.0.1:10710 |
-|改后生效方式| 重启服务生效 |
+|改后生效方式| 仅允许在第一次启动服务前修改 |
#### 连接配置