You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ji...@apache.org on 2020/07/21 09:18:04 UTC

[incubator-iotdb] branch cluster_new updated (2f662dc -> 72ac087)

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

jiangtian pushed a change to branch cluster_new
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from 2f662dc  block thrift disconnection log
     add 72ac087  fix client leak

No new revisions were added by this update.

Summary of changes:
 .../resources/conf/iotdb-engine.properties         |  2 ++
 .../cluster/client/async/AsyncClientPool.java      | 31 +++++++++++++++-------
 .../cluster/client/async/AsyncDataClient.java      | 21 +++++++++++++--
 .../client/async/AsyncDataHeartbeatClient.java     | 11 +++++---
 .../cluster/client/async/AsyncMetaClient.java      | 21 +++++++++++++--
 .../client/async/AsyncMetaHeartbeatClient.java     | 13 ++++-----
 .../iotdb/cluster/log/manage/RaftLogManager.java   |  4 ++-
 .../iotdb/cluster/query/reader/DataSourceInfo.java |  2 +-
 .../cluster/server/member/DataGroupMember.java     |  9 +++----
 9 files changed, 84 insertions(+), 30 deletions(-)