This is an automated email from the ASF dual-hosted git repository.
tanxinyu 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 e8b93c7 refine ratis properties (#84)
e8b93c7 is described below
commit e8b93c7781ae68a18b5be749aaf408cecc3aff82
Author: Xiangpeng Hu <[email protected]>
AuthorDate: Tue Oct 17 16:12:22 2023 +0800
refine ratis properties (#84)
---
.../Master/Reference/Common-Config-Manual.md | 44 ++++++++++++++++++++--
.../V1.2.x/Reference/Common-Config-Manual.md | 44 ++++++++++++++++++++--
.../Master/Reference/Common-Config-Manual.md | 44 ++++++++++++++++++++--
.../V1.2.x/Reference/Common-Config-Manual.md | 44 ++++++++++++++++++++--
4 files changed, 160 insertions(+), 16 deletions(-)
diff --git a/src/UserGuide/Master/Reference/Common-Config-Manual.md
b/src/UserGuide/Master/Reference/Common-Config-Manual.md
index b7db60e..53b11f7 100644
--- a/src/UserGuide/Master/Reference/Common-Config-Manual.md
+++ b/src/UserGuide/Master/Reference/Common-Config-Manual.md
@@ -1629,18 +1629,54 @@ Different configuration parameters take effect in the
following three ways:
| Default | 4MB |
| Effective | After restarting system |
-* data_region_ratis_grpc_leader_outstanding_appends_max
+* config\_node\_ratis\_grpc\_leader\_outstanding\_appends\_max
-| Name | data_region_ratis_grpc_leader_outstanding_appends_max |
+| Name | config\_node\_ratis\_grpc\_leader\_outstanding\_appends\_max |
+| :---------: | :----------------------------------------------------- |
+| Description | config node grpc pipeline concurrency threshold |
+| Type | int32 |
+| Default | 128 |
+| Effective | After restarting system |
+
+* schema\_region\_ratis\_grpc\_leader\_outstanding\_appends\_max
+
+| Name | schema\_region\_ratis\_grpc\_leader\_outstanding\_appends\_max
|
+| :---------: | :------------------------------------------------------ |
+| Description | schema region grpc pipeline concurrency threshold |
+| Type | int32 |
+| Default | 128 |
+| Effective | After restarting system |
+
+* data\_region\_ratis\_grpc\_leader\_outstanding\_appends\_max
+
+| Name | data\_region\_ratis\_grpc\_leader\_outstanding\_appends\_max |
| :---------: | :---------------------------------------------------- |
| Description | data region grpc pipeline concurrency threshold |
| Type | int32 |
| Default | 128 |
| Effective | After restarting system |
-* data_region_ratis_log_force_sync_num
+* config\_node\_ratis\_log\_force\_sync\_num
+
+| Name | config\_node\_ratis\_log\_force\_sync\_num |
+| :---------: | :------------------------------------ |
+| Description | config node fsync threshold |
+| Type | int32 |
+| Default | 128 |
+| Effective | After restarting system |
+
+* schema\_region\_ratis\_log\_force\_sync\_num
+
+| Name | schema\_region\_ratis\_log\_force\_sync\_num |
+| :---------: | :-------------------------------------- |
+| Description | schema region fsync threshold |
+| Type | int32 |
+| Default | 128 |
+| Effective | After restarting system |
+
+* data\_region\_ratis\_log\_force\_sync\_num
-| Name | data_region_ratis_log_force_sync_num |
+| Name | data\_region\_ratis\_log\_force\_sync\_num |
| :---------: | :----------------------------------- |
| Description | data region fsync threshold |
| Type | int32 |
diff --git a/src/UserGuide/V1.2.x/Reference/Common-Config-Manual.md
b/src/UserGuide/V1.2.x/Reference/Common-Config-Manual.md
index 609e75e..1bb63a0 100644
--- a/src/UserGuide/V1.2.x/Reference/Common-Config-Manual.md
+++ b/src/UserGuide/V1.2.x/Reference/Common-Config-Manual.md
@@ -1629,18 +1629,54 @@ Different configuration parameters take effect in the
following three ways:
| Default | 4MB |
| Effective | After restarting system |
-* data_region_ratis_grpc_leader_outstanding_appends_max
+* config\_node\_ratis\_grpc\_leader\_outstanding\_appends\_max
-| Name | data_region_ratis_grpc_leader_outstanding_appends_max |
+| Name | config\_node\_ratis\_grpc\_leader\_outstanding\_appends\_max |
+| :---------: | :----------------------------------------------------- |
+| Description | config node grpc pipeline concurrency threshold |
+| Type | int32 |
+| Default | 128 |
+| Effective | After restarting system |
+
+* schema\_region\_ratis\_grpc\_leader\_outstanding\_appends\_max
+
+| Name | schema\_region\_ratis\_grpc\_leader\_outstanding\_appends\_max
|
+| :---------: | :------------------------------------------------------ |
+| Description | schema region grpc pipeline concurrency threshold |
+| Type | int32 |
+| Default | 128 |
+| Effective | After restarting system |
+
+* data\_region\_ratis\_grpc\_leader\_outstanding\_appends\_max
+
+| Name | data\_region\_ratis\_grpc\_leader\_outstanding\_appends\_max |
| :---------: | :---------------------------------------------------- |
| Description | data region grpc pipeline concurrency threshold |
| Type | int32 |
| Default | 128 |
| Effective | After restarting system |
-* data_region_ratis_log_force_sync_num
+* config\_node\_ratis\_log\_force\_sync\_num
+
+| Name | config\_node\_ratis\_log\_force\_sync\_num |
+| :---------: | :------------------------------------ |
+| Description | config node fsync threshold |
+| Type | int32 |
+| Default | 128 |
+| Effective | After restarting system |
+
+* schema\_region\_ratis\_log\_force\_sync\_num
+
+| Name | schema\_region\_ratis\_log\_force\_sync\_num |
+| :---------: | :-------------------------------------- |
+| Description | schema region fsync threshold |
+| Type | int32 |
+| Default | 128 |
+| Effective | After restarting system |
+
+* data\_region\_ratis\_log\_force\_sync\_num
-| Name | data_region_ratis_log_force_sync_num |
+| Name | data\_region\_ratis\_log\_force\_sync\_num |
| :---------: | :----------------------------------- |
| Description | data region fsync threshold |
| Type | int32 |
diff --git a/src/zh/UserGuide/Master/Reference/Common-Config-Manual.md
b/src/zh/UserGuide/Master/Reference/Common-Config-Manual.md
index a478aae..84bfdbc 100644
--- a/src/zh/UserGuide/Master/Reference/Common-Config-Manual.md
+++ b/src/zh/UserGuide/Master/Reference/Common-Config-Manual.md
@@ -1651,18 +1651,54 @@ IoTDB ConfigNode 和 DataNode 的公共配置参数位于 `conf` 目录下。
| 默认值 | 4MB |
| 改后生效方式 | 重启生效 |
-* data_region_ratis_grpc_leader_outstanding_appends_max
+* config\_node\_ratis\_grpc\_leader\_outstanding\_appends\_max
-| 名字 | data_region_ratis_grpc_leader_outstanding_appends_max |
+| 名字 | config\_node\_ratis\_grpc\_leader\_outstanding\_appends\_max |
+| :----------: | :----------------------------------------------------- |
+| 描述 | config node grpc 流水线并发阈值 |
+| 类型 | int32 |
+| 默认值 | 128 |
+| 改后生效方式 | 重启生效 |
+
+* schema\_region\_ratis\_grpc\_leader\_outstanding\_appends\_max
+
+| 名字 | schema\_region\_ratis\_grpc\_leader\_outstanding\_appends\_max |
+| :----------: | :------------------------------------------------------ |
+| 描述 | schema region grpc 流水线并发阈值 |
+| 类型 | int32 |
+| 默认值 | 128 |
+| 改后生效方式 | 重启生效 |
+
+* data\_region\_ratis\_grpc\_leader\_outstanding\_appends\_max
+
+| 名字 | data\_region\_ratis\_grpc\_leader\_outstanding\_appends\_max |
| :----------: | :---------------------------------------------------- |
| 描述 | data region grpc 流水线并发阈值 |
| 类型 | int32 |
| 默认值 | 128 |
| 改后生效方式 | 重启生效 |
-* data_region_ratis_log_force_sync_num
+* config\_node\_ratis\_log\_force\_sync\_num
+
+| 名字 | config\_node\_ratis\_log\_force\_sync\_num |
+| :----------: | :------------------------------------ |
+| 描述 | config node fsync 阈值 |
+| 类型 | int32 |
+| 默认值 | 128 |
+| 改后生效方式 | 重启生效 |
+
+* schema\_region\_ratis\_log\_force\_sync\_num
+
+| 名字 | schema\_region\_ratis\_log\_force\_sync\_num |
+| :----------: | :------------------------------------- |
+| 描述 | schema region fsync 阈值 |
+| 类型 | int32 |
+| 默认值 | 128 |
+| 改后生效方式 | 重启生效 |
+
+* data\_region\_ratis\_log\_force\_sync\_num
-| 名字 | data_region_ratis_log_force_sync_num |
+| 名字 | data\_region\_ratis\_log\_force\_sync\_num |
| :----------: | :----------------------------------- |
| 描述 | data region fsync 阈值 |
| 类型 | int32 |
diff --git a/src/zh/UserGuide/V1.2.x/Reference/Common-Config-Manual.md
b/src/zh/UserGuide/V1.2.x/Reference/Common-Config-Manual.md
index 865e220..9db9283 100644
--- a/src/zh/UserGuide/V1.2.x/Reference/Common-Config-Manual.md
+++ b/src/zh/UserGuide/V1.2.x/Reference/Common-Config-Manual.md
@@ -1651,18 +1651,54 @@ IoTDB ConfigNode 和 DataNode 的公共配置参数位于 `conf` 目录下。
| 默认值 | 4MB |
| 改后生效方式 | 重启生效 |
-* data_region_ratis_grpc_leader_outstanding_appends_max
+* config\_node\_ratis\_grpc\_leader\_outstanding\_appends\_max
-| 名字 | data_region_ratis_grpc_leader_outstanding_appends_max |
+| 名字 | config\_node\_ratis\_grpc\_leader\_outstanding\_appends\_max |
+| :----------: | :----------------------------------------------------- |
+| 描述 | config node grpc 流水线并发阈值 |
+| 类型 | int32 |
+| 默认值 | 128 |
+| 改后生效方式 | 重启生效 |
+
+* schema\_region\_ratis\_grpc\_leader\_outstanding\_appends\_max
+
+| 名字 | schema\_region\_ratis\_grpc\_leader\_outstanding\_appends\_max |
+| :----------: | :------------------------------------------------------ |
+| 描述 | schema region grpc 流水线并发阈值 |
+| 类型 | int32 |
+| 默认值 | 128 |
+| 改后生效方式 | 重启生效 |
+
+* data\_region\_ratis\_grpc\_leader\_outstanding\_appends\_max
+
+| 名字 | data\_region\_ratis\_grpc\_leader\_outstanding\_appends\_max |
| :----------: | :---------------------------------------------------- |
| 描述 | data region grpc 流水线并发阈值 |
| 类型 | int32 |
| 默认值 | 128 |
| 改后生效方式 | 重启生效 |
-* data_region_ratis_log_force_sync_num
+* config\_node\_ratis\_log\_force\_sync\_num
+
+| 名字 | config\_node\_ratis\_log\_force\_sync\_num |
+| :----------: | :------------------------------------ |
+| 描述 | config node fsync 阈值 |
+| 类型 | int32 |
+| 默认值 | 128 |
+| 改后生效方式 | 重启生效 |
+
+* schema\_region\_ratis\_log\_force\_sync\_num
+
+| 名字 | schema\_region\_ratis\_log\_force\_sync\_num |
+| :----------: | :------------------------------------- |
+| 描述 | schema region fsync 阈值 |
+| 类型 | int32 |
+| 默认值 | 128 |
+| 改后生效方式 | 重启生效 |
+
+* data\_region\_ratis\_log\_force\_sync\_num
-| 名字 | data_region_ratis_log_force_sync_num |
+| 名字 | data\_region\_ratis\_log\_force\_sync\_num |
| :----------: | :----------------------------------- |
| 描述 | data region fsync 阈值 |
| 类型 | int32 |