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

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


    from 6616b0d1d3 [To rel/1.1][IOTDB-5639][compaction]Fix file not found 
exception in cross space compaction selector (#9255)
     new 8877512e66 [IOTDB-5701] Optimize the management of performance 
overview related metrics (#9381) (#9396)
     new 9f6e0e72bf [To rel/1.1] Correct CQ example in docs (#9407)
     new 0e5bd28b9c Seperate disk dashboard (#9413)
     new 9fda3fb9f6 Compatible with the client parameters on DataNode  (#9421)

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../consensus/iot/IoTConsensusServerImpl.java      |   11 +-
 .../ratis/ApplicationStateMachineProxy.java        |   18 +-
 .../iotdb/consensus/simple/SimpleConsensus.java    |   16 +-
 .../Administration-Management/Administration.md    |    2 +-
 .../Apache-IoTDB-ConfigNode-Dashboard.json         | 2586 ++++++++------------
 .../Apache-IoTDB-DataNode-Dashboard.json           | 1147 ++-------
 .../Apache-IoTDB-Disk-IO-Dashboard.json            |  894 +++++++
 .../Administration-Management/Administration.md    |    2 +-
 .../iotdb/metrics/metricsets/disk/DiskMetrics.java |   56 +-
 .../metric/enums/PerformanceOverviewMetrics.java   |  256 +-
 .../org/apache/iotdb/db/auth/AuthorityChecker.java |    7 +-
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  |   12 +-
 .../iotdb/db/engine/storagegroup/DataRegion.java   |   16 +-
 .../db/engine/storagegroup/TsFileProcessor.java    |   25 +-
 .../execution/executor/RegionWriteExecutor.java    |   12 +-
 .../metric/PerformanceOverviewMetricsManager.java  |  214 --
 .../db/mpp/plan/execution/QueryExecution.java      |   11 +-
 .../db/mpp/plan/parser/StatementGenerator.java     |   54 +-
 .../plan/scheduler/AsyncSendPlanNodeHandler.java   |    8 +-
 .../scheduler/FragmentInstanceDispatcherImpl.java  |    6 +-
 .../db/service/metrics/DataNodeMetricsHelper.java  |    4 +
 21 files changed, 2403 insertions(+), 2954 deletions(-)
 create mode 100644 
docs/UserGuide/Monitor-Alert/Apache-IoTDB-Disk-IO-Dashboard.json
 delete mode 100644 
server/src/main/java/org/apache/iotdb/db/mpp/metric/PerformanceOverviewMetricsManager.java

Reply via email to