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

rong pushed a commit to branch pipe-wal-resource-management
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 865f8914ce6cc81f853f25d521019128253c4069
Merge: 31fa754dcb6 c3ebb19b027
Author: Steve Yurong Su <[email protected]>
AuthorDate: Tue May 23 23:00:37 2023 +0800

    Merge branch 'master' of github.com:apache/iotdb into 
pipe-wal-resource-management

 docs/UserGuide/Monitor-Alert/Metric-Tool.md        |  51 +++++--
 docs/zh/UserGuide/Monitor-Alert/Metric-Tool.md     |  66 ++++++---
 .../iotdb/commons/service/metric/enums/Metric.java |   5 +
 .../tools/tsfile/print-iotdb-data-dir.bat          |   2 +-
 .../resources/tools/tsfile/print-iotdb-data-dir.sh |   2 +-
 .../impl/SchemaRegionPlanDeserializer.java         |   8 +-
 .../impl/SchemaRegionPlanSerializer.java           |  12 +-
 .../execution/exchange/MPPDataExchangeManager.java |  13 ++
 .../fragment/FragmentInstanceManager.java          |   8 +
 .../iotdb/db/mpp/execution/memory/MemoryPool.java  |  16 ++
 .../db/mpp/execution/schedule/DriverScheduler.java |   8 +
 .../db/mpp/metric/DataExchangeCountMetricSet.java  |  25 ++++
 .../db/mpp/metric/DriverSchedulerMetricSet.java    |  18 +++
 .../mpp/metric/QueryRelatedResourceMetricSet.java  | 162 +++++++++++++++++++++
 .../org/apache/iotdb/db/mpp/plan/Coordinator.java  |   4 +
 .../iotdb/db/mpp/plan/analyze/AnalyzeVisitor.java  |   3 +-
 .../db/mpp/plan/planner/LocalExecutionPlanner.java |   4 +
 .../db/service/metrics/DataNodeMetricsHelper.java  |   2 +
 .../apache/iotdb/db/tools/IoTDBDataDirViewer.java  |  41 ++++--
 19 files changed, 396 insertions(+), 54 deletions(-)

Reply via email to