You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by lt...@apache.org on 2021/06/04 14:18:48 UTC

[iotdb] branch cluster_scalability updated (3458a8e -> 292cf23)

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

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


    from 3458a8e  This commit fix following issues: 1. Replaced all Node header,int raftId with RaftNode raftNode 2. Remove raft from the methods: readFile and removeHardLink 3. Remove useless codes 4. Add necessary comments
     add 292cf23  fix some issues according pr comments: 1. remove uselss methods. 2. apply log when handling add/remove node in data group

No new revisions were added by this update.

Summary of changes:
 .../iotdb/cluster/coordinator/Coordinator.java     |  76 ++++-
 .../iotdb/cluster/log/applier/MetaLogApplier.java  |   4 +-
 .../manage/FilePartitionedSnapshotLogManager.java  |  13 +
 .../iotdb/cluster/log/manage/RaftLogManager.java   |  36 ++-
 .../cluster/server/member/DataGroupMember.java     |  15 -
 .../cluster/server/member/MetaGroupMember.java     | 336 ---------------------
 .../apache/iotdb/cluster/utils/StatusUtils.java    |   6 +
 7 files changed, 115 insertions(+), 371 deletions(-)