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 2022/01/10 08:25:49 UTC

[iotdb] branch client_manager_add_close updated (bfefb0d -> d52a748)

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

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


    from bfefb0d  revert replace ip
     add d52a748  handle TApplicationExceptiono

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iotdb/cluster/log/LogDispatcher.java    |  4 ++++
 .../apache/iotdb/cluster/log/catchup/CatchUpTask.java  |  3 +++
 .../iotdb/cluster/log/catchup/LogCatchUpTask.java      |  8 ++++++++
 .../iotdb/cluster/log/catchup/SnapshotCatchUpTask.java |  3 +++
 .../iotdb/cluster/log/snapshot/FileSnapshot.java       |  3 +++
 .../iotdb/cluster/log/snapshot/PullSnapshotTask.java   |  3 +++
 .../org/apache/iotdb/cluster/metadata/CMManager.java   | 18 +++++++++++++++++-
 .../org/apache/iotdb/cluster/metadata/MetaPuller.java  |  5 +++++
 .../iotdb/cluster/query/ClusterPlanExecutor.java       | 11 +++++++++++
 .../cluster/query/aggregate/ClusterAggregator.java     |  2 ++
 .../iotdb/cluster/query/fill/ClusterPreviousFill.java  |  8 ++++++++
 .../cluster/query/groupby/RemoteGroupByExecutor.java   |  5 +++++
 .../cluster/query/reader/ClusterReaderFactory.java     |  2 ++
 .../query/reader/RemoteSeriesReaderByTimestamp.java    |  5 +++++
 .../cluster/query/reader/RemoteSimpleSeriesReader.java |  5 +++++
 .../cluster/query/reader/mult/MultDataSourceInfo.java  |  5 ++++-
 .../query/reader/mult/RemoteMultSeriesReader.java      |  4 ++++
 .../iotdb/cluster/server/PullSnapshotHintService.java  |  3 +++
 .../cluster/server/heartbeat/HeartbeatThread.java      |  9 +++++++++
 .../iotdb/cluster/server/member/MetaGroupMember.java   | 13 +++++++++++++
 .../apache/iotdb/cluster/server/member/RaftMember.java |  7 ++++++-
 .../iotdb/cluster/utils/nodetool/ClusterMonitor.java   |  3 +++
 22 files changed, 126 insertions(+), 3 deletions(-)