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/23 09:49:31 UTC

[iotdb] branch client_manager updated (3fe8265fc4 -> 8b74f3dc93)

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 3fe8265fc4 Merge branch 'master' of github.com:Apache/iotdb into client_manager
     add 8b74f3dc93 hide returnClient

No new revisions were added by this update.

Summary of changes:
 ...ctory.java => ConfigNodeClientPoolFactory.java} |   4 +-
 .../iotdb/consensus/ratis/RatisConsensus.java      |   6 +-
 .../apache/iotdb/commons/client/ClientManager.java |   5 +-
 .../iotdb/commons/client/IClientManager.java       |   9 +-
 .../apache/iotdb/commons/ClientManagerTest.java    | 112 ++++++++++++---------
 ...Factory.java => DataNodeClientPoolFactory.java} |   4 +-
 6 files changed, 82 insertions(+), 58 deletions(-)
 rename confignode/src/main/java/org/apache/iotdb/confignode/client/{ClientPoolFactory.java => ConfigNodeClientPoolFactory.java} (97%)
 rename server/src/main/java/org/apache/iotdb/db/client/{ClientPoolFactory.java => DataNodeClientPoolFactory.java} (98%)