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/10 05:13:55 UTC

[incubator-iotdb] branch cluster_new updated (87a649d -> 9848460)

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 87a649d  fix renames
     add 9848460  fix client pool and exception handling

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/iotdb/cluster/ClientMain.java    |  5 +++--
 .../apache/iotdb/cluster/client/sync/SyncClientPool.java  | 10 +++++++++-
 .../apache/iotdb/cluster/client/sync/SyncDataClient.java  |  2 +-
 .../org/apache/iotdb/cluster/log/catchup/CatchUpTask.java |  3 +++
 .../java/org/apache/iotdb/cluster/metadata/CMManager.java |  6 +++---
 .../iotdb/cluster/server/heartbeat/HeartbeatThread.java   |  2 +-
 .../apache/iotdb/cluster/server/member/RaftMember.java    | 15 +++++++++++----
 .../iotdb/cluster/server/service/BaseAsyncService.java    |  2 +-
 .../iotdb/cluster/server/service/BaseSyncService.java     |  2 +-
 .../iotdb/db/query/dataset/ShowTimeseriesDataSet.java     |  3 ++-
 10 files changed, 35 insertions(+), 15 deletions(-)