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/07/28 03:24:50 UTC

[incubator-iotdb] branch cluster_new updated (e65b64b -> d75edea)

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 e65b64b  Merge branch 'cluster_new' of https://github.com/apache/incubator-iotdb into cluster_new
     new 2734625  bug fix:1.fix the catchUp bug; 2.Shrink the lock of the logManager in applyPartitionedSnapshot
     new a7e0b40  shrink the lock of logManager
     new 0aa8a12  remend the annotation
     new 7aba069  make children attribute in MNode thread-safe
     new 4ac09cc  concurrent fix, make the takeSnapshot method thread-safe with the commitTo method in logManager
     new 3e61283  use thread-safe list
     new cc579d3  fix review
     new 0f2861c  remove blank line
     new d75edea  Merge pull request #1560 from neuyilan/apache_cluster_new_0725_leader_cannnot_be_found_fix

The 4762 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:
 .../resources/conf/iotdb-cluster.properties        | 11 ++++--
 .../cluster/log/manage/CommittedEntryManager.java  |  2 +-
 .../manage/FilePartitionedSnapshotLogManager.java  | 43 ++++++++++++++++------
 .../log/manage/MetaSingleSnapshotLogManager.java   | 27 ++++++++------
 .../log/manage/UnCommittedEntryManager.java        |  6 +--
 .../cluster/server/member/DataGroupMember.java     |  6 ++-
 .../cluster/server/member/MetaGroupMember.java     |  7 +++-
 .../iotdb/cluster/server/member/RaftMember.java    | 12 +++++-
 .../java/org/apache/iotdb/db/metadata/MTree.java   |  2 -
 .../org/apache/iotdb/db/metadata/mnode/MNode.java  | 11 ++++--
 10 files changed, 86 insertions(+), 41 deletions(-)