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/11/10 01:49:07 UTC

[iotdb] branch cluster_new updated (b953ae4 -> 9da74d2)

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/iotdb.git.


    from b953ae4  Exclude server thrift from cluster
     new 8a32288  fix bug: remove the logs when follower receives a snapshot
     new e5b85e5  fix conflict
     new 3b14cf5  merge with clsuter
     new 2cddd0e  Merge branch 'apache_cluster_new' into apache_cluster_new_1105_clean_all_logs_after_snapshot
     new c92a26c  fix read log bug when logs are delete
     new d43ba95  Merge branch 'apache_cluster_new' into apache_cluster_new_1105_clean_all_logs_after_snapshot
     new e7cdf51  fix close bug
     new 429d827  fix review
     new 253a570  Merge branch 'apache_cluster_new' into apache_cluster_new_1105_clean_all_logs_after_snapshot
     new 9da74d2  Merge pull request #1956 from neuyilan/apache_cluster_new_1105_clean_all_logs_after_snapshot

The 5540 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../iotdb/cluster/log/StableEntryManager.java      |   6 +
 .../iotdb/cluster/log/manage/RaftLogManager.java   |   6 +-
 .../serializable/SyncLogDequeSerializer.java       | 260 ++++++++++++---------
 3 files changed, 166 insertions(+), 106 deletions(-)