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/30 13:19:03 UTC

[incubator-iotdb] branch cluster_new updated (279c551 -> a5b2daf)

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 279c551  Merge branch 'track_file_historical_versions' into cluster_new
     add a5b2daf  change FileFlushPolicy in the distributed version

No new revisions were added by this update.

Summary of changes:
 .../iotdb/cluster/ClusterFileFlushPolicy.java      | 41 +++++++++++
 .../java/org/apache/iotdb/cluster/log/Log.java     |  3 +-
 .../iotdb/cluster/log/applier/MetaLogApplier.java  | 12 ++++
 .../iotdb/cluster/log/logtypes/CloseFileLog.java   | 79 ++++++++++++++++++++++
 .../cluster/log/logtypes/PhysicalPlanLog.java      |  1 -
 .../cluster/server/member/MetaGroupMember.java     | 31 +++++++++
 .../org/apache/iotdb/db/engine/StorageEngine.java  |  4 ++
 .../engine/storagegroup/StorageGroupProcessor.java |  3 +
 8 files changed, 172 insertions(+), 2 deletions(-)
 create mode 100644 cluster/src/main/java/org/apache/iotdb/cluster/ClusterFileFlushPolicy.java
 create mode 100644 cluster/src/main/java/org/apache/iotdb/cluster/log/logtypes/CloseFileLog.java