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

spricoder pushed a change to branch feature/performance_overview
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 54a47dfb99 Update doc
     add 2b05d8ca35 [IOTDB-5501] Fix memory leak in MemoryPool
     add e67f8909ec Bump spring-boot-starter-web in /grafana-connector (#5424)
     add 6571374982 Bump commons-compress from 1.9 to 1.21 in /hive-connector 
(#9037)
     add b239efe75d [IOTDB-5514] Fix race condition in MemoryPool without 
synchronized block (#9041)
     add 66611b1d1c [IOTDB-5513] Fix duplicate LastQueryNode due to change of 
partition slot algorithm (#9040)
     add 0ac0fb57e8 [IOTDB-5502] Source counters for construct batches in 
IoTConsensus (#9023)
     add bca08f0f26 [IOTDB-5491] Add IoTConsumus memory control metric items 
(#9022)
     add 49d7bc73ce Merge branch 'remote-master' into 
remote/feature/performance_overview

No new revisions were added by this update.

Summary of changes:
 .../consensus/iot/IoTConsensusServerImpl.java      |  8 ++++
 .../consensus/iot/IoTConsensusServerMetrics.java   | 44 ++++++++++++++++++++++
 .../iotdb/consensus/iot/logdispatcher/Batch.java   |  9 +++++
 .../logdispatcher/IoTConsensusMemoryManager.java   | 24 +++++++++++-
 .../IoTConsensusMemoryManagerMetrics.java          | 18 +++++++++
 .../consensus/iot/logdispatcher/LogDispatcher.java | 25 +++++++++---
 .../consensus/iot/logdispatcher/SyncStatus.java    |  4 +-
 docs/UserGuide/Monitor-Alert/Metric-Tool.md        |  5 +++
 docs/zh/UserGuide/Monitor-Alert/Metric-Tool.md     |  9 ++++-
 grafana-connector/pom.xml                          |  2 +-
 hive-connector/pom.xml                             |  2 +-
 .../org/apache/iotdb/db/it/IoTDBSimpleQueryIT.java |  1 -
 .../iotdb/db/mpp/common/FragmentInstanceId.java    |  7 +++-
 .../mpp/execution/exchange/SharedTsBlockQueue.java | 23 ++++++++---
 .../db/mpp/execution/exchange/SinkHandle.java      | 23 ++++++++---
 .../db/mpp/execution/exchange/SourceHandle.java    | 25 +++++++++---
 .../iotdb/db/mpp/execution/memory/MemoryPool.java  | 41 +++++++++++++++-----
 .../planner/distribution/ExchangeNodeAdder.java    |  6 +--
 .../execution/exchange/LocalSinkHandleTest.java    | 14 +++++--
 .../db/mpp/execution/exchange/SinkHandleTest.java  | 28 +++++++++-----
 .../mpp/execution/exchange/SourceHandleTest.java   | 10 ++++-
 21 files changed, 269 insertions(+), 59 deletions(-)

Reply via email to