You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by zy...@apache.org on 2023/02/13 00:50:34 UTC

[iotdb] branch master updated (bca08f0f26 -> adf55e896e)

This is an automated email from the ASF dual-hosted git repository.

zyk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from bca08f0f26 [IOTDB-5491] Add IoTConsumus memory control metric items (#9022)
     add adf55e896e [IOTDB-4209] Use .pst to accelerate recovery in SchemaFile mode  (#7995)

No new revisions were added by this update.

Summary of changes:
 .../apache/iotdb/db/metadata/MetadataConstant.java |   1 +
 .../{IDeserializer.java => MLogDescription.java}   |  40 ++++++--
 ...ISerializer.java => MLogDescriptionReader.java} |  33 ++++---
 .../db/metadata/logfile/MLogDescriptionWriter.java |  53 ++++++++++
 .../iotdb/db/metadata/logfile/SchemaLogReader.java |   5 +
 .../iotdb/db/metadata/logfile/SchemaLogWriter.java |   5 +-
 .../db/metadata/mtree/MTreeBelowSGCachedImpl.java  |  26 ++++-
 .../db/metadata/mtree/store/CachedMTreeStore.java  |  16 ++-
 .../mtree/store/disk/schemafile/SchemaFile.java    |   8 +-
 .../schemaregion/SchemaRegionSchemaFileImpl.java   | 110 +++++++++++++++------
 .../iotdb/db/metadata/mtree/MTreeBelowSGTest.java  |  12 ++-
 11 files changed, 244 insertions(+), 65 deletions(-)
 copy server/src/main/java/org/apache/iotdb/db/metadata/logfile/{IDeserializer.java => MLogDescription.java} (50%)
 copy server/src/main/java/org/apache/iotdb/db/metadata/logfile/{ISerializer.java => MLogDescriptionReader.java} (56%)
 create mode 100644 server/src/main/java/org/apache/iotdb/db/metadata/logfile/MLogDescriptionWriter.java