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/02/17 08:52:25 UTC

[incubator-iotdb] branch cluster_new updated (3103268 -> 85e71c3)

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 3103268  keep fixing
     add 85e71c3  fix query, test node deletion and multiple fix

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iotdb/cluster/ClientMain.java  |  8 ++++++--
 .../cluster/log/catchup/SnapshotCatchUpTask.java   |  1 -
 .../iotdb/cluster/log/manage/MemoryLogManager.java |  5 ++++-
 .../cluster/log/snapshot/RemoteFileSnapshot.java   | 23 +++++++++++++++++-----
 .../cluster/partition/SlotPartitionTable.java      |  1 +
 .../server/handlers/caller/HeartBeatHandler.java   |  3 +++
 .../cluster/server/member/DataGroupMember.java     | 17 +++++++++-------
 .../cluster/server/member/MetaGroupMember.java     | 11 +++++++++++
 .../iotdb/cluster/server/member/RaftMember.java    |  5 +++++
 .../org/apache/iotdb/db/engine/StorageEngine.java  |  2 +-
 10 files changed, 59 insertions(+), 17 deletions(-)