You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Description | Number of selector threads for client management in ConfigNode. |
596
+
| Type | int |
597
+
| Default | 1 <br> The default value is changed to 0 starting from V2.0.10-beta. If the value is less than or equal to 0, it will be automatically calculated as `max(1, number of CPU cores / 4)`.|
| Description | The maximum number of idle clients that can be retained for a node in a clientManager. When the number of idle clients to a single node exceeds this number, excess idle clients will be evicted. Idle clients are determined by a time threshold (default 1 minute of inactivity). 0 means no idle clients will be retained, connections are destroyed immediately upon return. Supported from V2.0.10-beta. |
614
+
| Type | int |
615
+
| Default | 1000 |
616
+
| Effective | Restart required. |
617
+
618
+
609
619
- dn_session_timeout_threshold
610
620
611
621
| Name | dn_session_timeout_threshold |
@@ -635,12 +645,12 @@ The `iotdb-system.properties` file contains various configurations for managing
| Description | selector thread (TAsyncClientManager) nums for async thread in a clientManager |
705
+
| Type | int |
706
+
| Default | 1 <br> The default value is changed to 0 starting from V2.0.10-beta. If the value is less than or equal to 0, it will be automatically calculated as `max(1, number of CPU cores / 4)`. |
| Description | The maximum number of idle clients that can be retained for a node in a clientManager. When the number of idle clients to a single node exceeds this number, excess idle clients will be evicted. Idle clients are determined by a time threshold (default 1 minute of inactivity). 0 means no idle clients will be retained, connections are destroyed immediately upon return. Supported from V2.0.10-beta. |
0 commit comments