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 5f8826b Merge branch 'cluster_premerge' into cluster_new
add acf598d add RaftLogManager tests and fix AsyncDataLogApplierTests
No new revisions were added by this update.
Summary of changes:
.../apache/iotdb/cluster/config/ClusterConfig.java | 4 +-
.../cluster/log/applier/AsyncDataLogApplier.java | 7 +-
.../cluster/log/manage/CommittedEntryManager.java | 13 +-
.../manage/FilePartitionedSnapshotLogManager.java | 2 +-
.../iotdb/cluster/log/manage/RaftLogManager.java | 62 +++++---
.../org/apache/iotdb/cluster/common/TestLog.java | 4 +
.../log/applier/AsyncDataLogApplierTest.java | 4 +-
.../log/manage/CommittedEntryManagerTest.java | 4 +-
.../cluster/log/manage/RaftLogManagerTest.java | 177 +++++++++++++++++----
9 files changed, 208 insertions(+), 69 deletions(-)