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

[iotdb] branch beyyes/doc_new updated (288e66aa15 -> 08536d6968)

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

caogaofei pushed a change to branch beyyes/doc_new
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 288e66aa15 update faq
     add 394ecc0fe6 Modify the default value of `iot_consensus_cache_window_time_in_ms` to 10s (#8553)
     add 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)
     add 43c1d6ed2d add FAQ-for-cluster-setup (#8558)
     add 4376e3548d [IOTDB-5226] Correct the style and reliance of schema operator UT (#8557)
     add 08536d6968 Merge branch 'master' into beyyes/doc_new

No new revisions were added by this update.

Summary of changes:
 .../request/ConfigPhysicalPlanSerDeTest.java       |   7 +-
 .../persistence/ClusterSchemaInfoTest.java         |  26 +-
 .../confignode/persistence/TemplateTableTest.java  |  46 ++--
 .../reporter/iotdb/InternalIoTDBReporter.java      |   2 +-
 .../iotdb/MemoryInternalIoTDBReporter.java         |   4 +-
 .../reporter/iotdb/SessionIoTDBReporter.java       |  46 ++--
 .../reporter/prometheus/PrometheusReporter.java    |  33 +--
 .../micrometer/reporter/MicrometerJmxReporter.java |   6 +-
 .../resources/conf/iotdb-common.properties         |   2 +-
 .../commons/service/metric/MetricService.java      |   7 +-
 .../schemaregion/rocksdb/mnode/RMNode.java         |   5 +
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |   2 +-
 .../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 +++------------------
 .../iotdb/db/qp/physical/sys/ShowDevicesPlan.java  |  14 +
 .../db/qp/physical/sys/ShowTimeSeriesPlan.java     |  18 ++
 .../db/service/metrics/IoTDBInternalReporter.java  |  24 +-
 .../schemaRegion/SchemaRegionManagementTest.java   |  32 +++
 .../schemaRegion/SchemaRegionTemplateTest.java     |  49 ++--
 .../operator/schema/CountMergeOperatorTest.java    | 114 ++------
 .../operator/schema/SchemaCountOperatorTest.java   |  68 ++---
 .../schema/SchemaFetchScanOperatorTest.java        | 108 ++++----
 .../schema/SchemaQueryScanOperatorTest.java        |  88 +++---
 33 files changed, 448 insertions(+), 652 deletions(-)