Skip to content

Commit 8b38bda

Browse files
authored
the value of param cn_rpc_max_concurrent_client_num is 3000 (#899)
1 parent 6f3b63b commit 8b38bda

File tree

12 files changed

+44
-44
lines changed

12 files changed

+44
-44
lines changed

src/UserGuide/Master/Table/Reference/System-Config-Manual.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -573,10 +573,10 @@ The `iotdb-system.properties` file contains various configurations for managing
573573
- cn_rpc_max_concurrent_client_num
574574

575575
| Name | cn_rpc_max_concurrent_client_num |
576-
| ----------- | ----------------------------------------- |
576+
| ----------- |-------------------------------------------|
577577
| Description | Maximum number of concurrent RPC clients. |
578-
| Type | Short Int : [0,65535] |
579-
| Default | 65535 |
578+
| Type | int |
579+
| Default | 3000 |
580580
| Effective | Restart required. |
581581

582582
- cn_connection_timeout_ms

src/UserGuide/Master/Tree/Reference/ConfigNode-Config-Manual.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,11 @@ The global configuration of cluster is in ConfigNode.
159159
* cn\_rpc\_max\_concurrent\_client\_num
160160

161161
|Name| cn\_rpc\_max\_concurrent\_client\_num |
162-
|:---:|:---|
163-
|Description| Max concurrent rpc connections|
164-
|Type| Short Int : [0,65535] |
165-
|Description| 65535 |
166-
|Effective|After restarting system|
162+
|:---:|:--------------------------------------|
163+
|Description| Max concurrent rpc connections |
164+
|Type| int |
165+
|Description| 3000 |
166+
|Effective| After restarting system |
167167

168168
* cn\_thrift\_max\_frame\_size
169169

src/UserGuide/V1.3.x/Reference/ConfigNode-Config-Manual.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,11 @@ The global configuration of cluster is in ConfigNode.
159159
* cn\_rpc\_max\_concurrent\_client\_num
160160

161161
|Name| cn\_rpc\_max\_concurrent\_client\_num |
162-
|:---:|:---|
163-
|Description| Max concurrent rpc connections|
164-
|Type| Short Int : [0,65535] |
165-
|Description| 65535 |
166-
|Effective|After restarting system|
162+
|:---:|:--------------------------------------|
163+
|Description| Max concurrent rpc connections |
164+
|Type| int |
165+
|Description| 3000 |
166+
|Effective| After restarting system |
167167

168168
* cn\_thrift\_max\_frame\_size
169169

src/UserGuide/dev-1.3/Reference/ConfigNode-Config-Manual.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,11 @@ The global configuration of cluster is in ConfigNode.
159159
* cn\_rpc\_max\_concurrent\_client\_num
160160

161161
|Name| cn\_rpc\_max\_concurrent\_client\_num |
162-
|:---:|:---|
163-
|Description| Max concurrent rpc connections|
164-
|Type| Short Int : [0,65535] |
165-
|Description| 65535 |
166-
|Effective|After restarting system|
162+
|:---:|:--------------------------------------|
163+
|Description| Max concurrent rpc connections |
164+
|Type| int |
165+
|Description| 3000 |
166+
|Effective| After restarting system |
167167

168168
* cn\_thrift\_max\_frame\_size
169169

src/UserGuide/latest-Table/Reference/System-Config-Manual.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -573,10 +573,10 @@ The `iotdb-system.properties` file contains various configurations for managing
573573
- cn_rpc_max_concurrent_client_num
574574

575575
| Name | cn_rpc_max_concurrent_client_num |
576-
| ----------- | ----------------------------------------- |
576+
| ----------- |-------------------------------------------|
577577
| Description | Maximum number of concurrent RPC clients. |
578-
| Type | Short Int : [0,65535] |
579-
| Default | 65535 |
578+
| Type | int |
579+
| Default | 3000 |
580580
| Effective | Restart required. |
581581

582582
- cn_connection_timeout_ms

src/UserGuide/latest/Reference/ConfigNode-Config-Manual.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,11 @@ The global configuration of cluster is in ConfigNode.
159159
* cn\_rpc\_max\_concurrent\_client\_num
160160

161161
|Name| cn\_rpc\_max\_concurrent\_client\_num |
162-
|:---:|:---|
163-
|Description| Max concurrent rpc connections|
164-
|Type| Short Int : [0,65535] |
165-
|Description| 65535 |
166-
|Effective|After restarting system|
162+
|:---:|:--------------------------------------|
163+
|Description| Max concurrent rpc connections |
164+
|Type| int |
165+
|Description| 3000 |
166+
|Effective| After restarting system |
167167

168168
* cn\_thrift\_max\_frame\_size
169169

src/zh/UserGuide/Master/Table/Reference/System-Config-Manual.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -550,11 +550,11 @@ IoTDB 配置文件位于 IoTDB 安装目录:`conf`文件夹下。
550550
- cn_rpc_max_concurrent_client_num
551551

552552
| 名字 | cn_rpc_max_concurrent_client_num |
553-
| ------------ | -------------------------------- |
554-
| 描述 | 最大连接数。 |
555-
| 类型 | Short Int : [0,65535] |
556-
| 默认值 | 65535 |
557-
| 改后生效方式 | 重启服务生效 |
553+
| ------------ |----------------------------------|
554+
| 描述 | 最大连接数。 |
555+
| 类型 | int |
556+
| 默认值 | 3000 |
557+
| 改后生效方式 | 重启服务生效 |
558558

559559
- cn_connection_timeout_ms
560560

src/zh/UserGuide/Master/Tree/Reference/ConfigNode-Config-Manual.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ IoTDB 集群的全局配置通过 ConfigNode 配置。
149149
| 名字 | cn\_rpc\_max\_concurrent\_client\_num |
150150
|:------:|:--------------------------------------|
151151
| 描述 | 最大连接数。 |
152-
| 类型 | Short Int : [0,65535] |
153-
| 默认值 | 65535 |
152+
| 类型 | int |
153+
| 默认值 | 3000 |
154154
| 改后生效方式 | 重启服务生效 |
155155

156156
* cn\_thrift\_max\_frame\_size

src/zh/UserGuide/V1.3.x/Reference/ConfigNode-Config-Manual.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ IoTDB 集群的全局配置通过 ConfigNode 配置。
149149
| 名字 | cn\_rpc\_max\_concurrent\_client\_num |
150150
|:------:|:--------------------------------------|
151151
| 描述 | 最大连接数。 |
152-
| 类型 | Short Int : [0,65535] |
153-
| 默认值 | 65535 |
152+
| 类型 | int |
153+
| 默认值 | 3000 |
154154
| 改后生效方式 | 重启服务生效 |
155155

156156
* cn\_thrift\_max\_frame\_size

src/zh/UserGuide/dev-1.3/Reference/ConfigNode-Config-Manual.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ IoTDB 集群的全局配置通过 ConfigNode 配置。
149149
| 名字 | cn\_rpc\_max\_concurrent\_client\_num |
150150
|:------:|:--------------------------------------|
151151
| 描述 | 最大连接数。 |
152-
| 类型 | Short Int : [0,65535] |
153-
| 默认值 | 65535 |
152+
| 类型 | int |
153+
| 默认值 | 3000 |
154154
| 改后生效方式 | 重启服务生效 |
155155

156156
* cn\_thrift\_max\_frame\_size

0 commit comments

Comments
 (0)