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 2022/12/21 08:42:46 UTC

[iotdb] branch master updated (7b92bd295e -> 57c8a5944b)

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 7b92bd295e [IOTDB-5231]Add the handle of exception when metric reporter failed to start (#8523)
     add 57c8a5944b [IOTDB-5240] Add template id to schema region snapshot (#8551)

No new revisions were added by this update.

Summary of changes:
 .../request/ConfigPhysicalPlanSerDeTest.java       |   7 +-
 .../persistence/ClusterSchemaInfoTest.java         |  26 +-
 .../confignode/persistence/TemplateTableTest.java  |  46 ++--
 .../schemaregion/rocksdb/mnode/RMNode.java         |   5 +
 .../idtable/entry/InsertMeasurementMNode.java      |   5 +
 .../org/apache/iotdb/db/metadata/mnode/IMNode.java |   4 +
 .../iotdb/db/metadata/mnode/InternalMNode.java     |   5 +
 .../iotdb/db/metadata/mnode/MeasurementMNode.java  |  10 +-
 .../db/metadata/mtree/MTreeBelowSGCachedImpl.java  |  26 +-
 .../mtree/snapshot/MemMTreeSnapshotUtil.java       |   4 +-
 .../mtree/store/disk/schemafile/RecordUtils.java   |   2 +-
 .../mtree/store/disk/schemafile/SchemaFile.java    |  23 +-
 .../traverser/collector/MeasurementCollector.java  |   7 +
 .../schemaregion/impl/SchemaRegionPlanFactory.java |   6 +
 .../metadata/template/ClusterTemplateManager.java  |   9 +-
 .../iotdb/db/metadata/template/Template.java       | 298 +++------------------
 .../schemaRegion/SchemaRegionManagementTest.java   |  32 +++
 .../schemaRegion/SchemaRegionTemplateTest.java     |  49 ++--
 18 files changed, 205 insertions(+), 359 deletions(-)