You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Yifu Zhou (Jira)" <ji...@apache.org> on 2021/03/08 09:13:00 UTC

[jira] [Created] (IOTDB-1185) the Number of Clients for each Node will always do increment action

Yifu Zhou created IOTDB-1185:
--------------------------------

             Summary: the Number of Clients for each Node will always do increment action
                 Key: IOTDB-1185
                 URL: https://issues.apache.org/jira/browse/IOTDB-1185
             Project: Apache IoTDB
          Issue Type: Improvement
          Components: Cluster
            Reporter: Yifu Zhou


In SyncClientPool and AsyncClientPool, the value of nodeClientNumMap is used to record the number of clients connecting to the cluster node. However, this value will always do increment action and once this value reaches the threshlod(the default maxConnectionForEachNode == 1000), it will wait for 5 seconds to create a new client. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)