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/17 10:07:58 UTC

[incubator-iotdb] branch cluster_new updated (ea50142 -> 5ea5ce7)

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 ea50142  code cimplification and add comments
     add 5ea5ce7  add comments and othe fixes

No new revisions were added by this update.

Summary of changes:
 .../iotdb/cluster/ClusterFileFlushPolicy.java      |   8 +-
 .../iotdb/cluster/log/applier/DataLogApplier.java  |  14 ++
 .../iotdb/cluster/log/applier/MetaLogApplier.java  |   9 -
 .../iotdb/cluster/log/logtypes/CloseFileLog.java   |  15 +-
 .../iotdb/cluster/partition/PartitionTable.java    |  11 +-
 .../cluster/partition/SlotPartitionTable.java      |  16 +-
 .../iotdb/cluster/server/DataClusterServer.java    |  31 ++-
 .../cluster/server/member/DataGroupMember.java     |  28 +++
 .../cluster/server/member/MetaGroupMember.java     | 244 +++++++++++----------
 .../iotdb/cluster/server/member/RaftMember.java    |  25 ++-
 .../apache/iotdb/cluster/utils/PartitionUtils.java |   2 +-
 .../cluster/partition/SlotPartitionTableTest.java  |  10 +-
 .../server/heartbeat/MetaHeartBeatThreadTest.java  |   7 +-
 .../cluster/server/member/MetaGroupMemberTest.java |   8 +-
 .../org/apache/iotdb/db/engine/StorageEngine.java  |  35 +++
 15 files changed, 312 insertions(+), 151 deletions(-)