You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Xinyu Tan (Jira)" <ji...@apache.org> on 2022/04/19 09:42:00 UTC

[jira] [Created] (IOTDB-2955) Implement thrift Client pooling management

Xinyu Tan created IOTDB-2955:
--------------------------------

             Summary: Implement thrift Client pooling management
                 Key: IOTDB-2955
                 URL: https://issues.apache.org/jira/browse/IOTDB-2955
             Project: Apache IoTDB
          Issue Type: New Feature
            Reporter: Xinyu Tan
            Assignee: Xinyu Tan


In the current cluster architecture of Apache IoTDB, there may be RPC calls across nodes in both read and write processes. Since thrift native clients do not support concurrent calls, there is a need for multiple threads to create separate thrift clients for performance. So how do we manage the life cycle of these thrift clients and control the number of them? This requires a generic ClientManager to solve the problem.

 

see [doc|https://y8dp9fjm8f.feishu.cn/docs/doccn1dszXJTl7TEA5vG3B7J4ye#] for detail.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)