You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ta...@apache.org on 2022/04/22 04:38:05 UTC

[iotdb] branch client_manager updated (c9ca76748c -> 530faad1eb)

This is an automated email from the ASF dual-hosted git repository.

tanxinyu pushed a change to branch client_manager
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from c9ca76748c init
     add 530faad1eb fix code smell & add comments

No new revisions were added by this update.

Summary of changes:
 .../iotdb/confignode/client/ClientPoolFactory.java      |  2 ++
 .../java/org/apache/iotdb/consensus/IConsensus.java     |  5 ++++-
 .../apache/iotdb/consensus/ratis/RatisConsensus.java    |  3 ++-
 .../apache/iotdb/commons/client/BaseClientFactory.java  |  2 +-
 .../iotdb/commons/client/ClientManagerProperty.java     | 17 +++++++++++++----
 .../org/apache/iotdb/commons/client/IClientManager.java |  7 +++++++
 .../apache/iotdb/commons/client/IClientPoolFactory.java |  3 ++-
 .../async/AsyncDataNodeInternalServiceClient.java       |  1 -
 .../client/sync/SyncDataNodeInternalServiceClient.java  |  1 -
 .../org/apache/iotdb/db/client/ClientPoolFactory.java   |  2 ++
 .../main/java/org/apache/iotdb/db/conf/IoTDBConfig.java |  2 +-
 11 files changed, 34 insertions(+), 11 deletions(-)