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 2019/12/04 13:08:47 UTC

[incubator-iotdb] branch cluster_new updated (54cded4 -> 12fb995)

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 54cded4  add more logs
     add 12fb995  add FilePartitionedSnapshotLogManager

No new revisions were added by this update.

Summary of changes:
 .../manage/FilePartitionedSnapshotLogManager.java  | 71 ++++++++++++++++++++++
 .../iotdb/cluster/log/manage/MemoryLogManager.java |  3 +-
 .../log/manage/PartitionedSnapshotLogManager.java  | 43 +++++++------
 .../iotdb/cluster/log/snapshot/FileSnapshot.java   | 16 +++++
 .../cluster/partition/SocketPartitionTable.java    | 11 +---
 .../apache/iotdb/cluster/utils/PartitionUtils.java | 15 ++++-
 .../org/apache/iotdb/db/engine/StorageEngine.java  | 16 +++++
 7 files changed, 146 insertions(+), 29 deletions(-)
 create mode 100644 cluster/src/main/java/org/apache/iotdb/cluster/log/manage/FilePartitionedSnapshotLogManager.java