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(-)