You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by yo...@apache.org on 2023/04/14 02:21:05 UTC

[iotdb] branch Move-heartbeat-thread-and-statistics-thread-to-LoadManager updated (8eddf8ee4e -> ccd18cedba)

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

yongzao pushed a change to branch Move-heartbeat-thread-and-statistics-thread-to-LoadManager
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 8eddf8ee4e Merge branch 'master' into Move-heartbeat-thread-and-statistics-thread-to-LoadManager
     add ccd18cedba fix code smell and NPE

No new revisions were added by this update.

Summary of changes:
 .../iotdb/confignode/manager/load/LoadManager.java |  3 +-
 .../manager/load/cache/node/BaseNodeCache.java     | 11 +++-----
 .../load/cache/region/RegionHeartbeatSample.java   |  1 +
 .../load/cache/region/RegionStatistics.java        | 14 +++++-----
 .../manager/load/service/HeartbeatService.java     |  2 +-
 .../manager/load/service/StatisticsService.java    |  5 ++--
 .../manager/partition/RegionGroupStatus.java       |  6 +---
 .../partition/DatabasePartitionTable.java          | 32 +++++++++++-----------
 .../persistence/partition/PartitionInfo.java       |  2 +-
 9 files changed, 36 insertions(+), 40 deletions(-)