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/03/26 03:56:10 UTC

[incubator-iotdb] branch cluster_new updated (3d59665 -> 5e59055)

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 3d59665  Merge branch 'master' into cluster_new
     add 5e59055  refactor log appending

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iotdb/cluster/ClusterMain.java |  3 +-
 .../org/apache/iotdb/cluster/log/LogManager.java   | 21 ++----
 .../manage/FilePartitionedSnapshotLogManager.java  | 13 ++--
 .../iotdb/cluster/log/manage/MemoryLogManager.java | 75 ++++++++++++-------
 .../log/manage/MetaSingleSnapshotLogManager.java   |  9 ++-
 .../iotdb/cluster/server/member/RaftMember.java    | 34 +--------
 .../iotdb/cluster/common/TestLogManager.java       | 14 +---
 .../cluster/log/manage/MemoryLogManagerTest.java   | 87 ++++++++++++++--------
 8 files changed, 135 insertions(+), 121 deletions(-)