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/08/17 13:13:17 UTC

[iotdb] branch beyyes/remove_datanode_precedure updated (20a68d00bc -> f9762be8ae)

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

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


    from 20a68d00bc add Removing NodeStaus impl for NodeCache and RegionGroupCache
     add f9762be8ae make interface INodeCache to BaseNodeCache, and extract some common variables

No new revisions were added by this update.

Summary of changes:
 .../iotdb/confignode/manager/NodeManager.java      | 12 ++++----
 .../iotdb/confignode/manager/PartitionManager.java |  8 +++--
 .../{INodeCache.java => BaseNodeCache.java}        | 35 ++++++++++++++++++---
 .../load/heartbeat/ConfigNodeHeartbeatCache.java   | 17 ++--------
 .../load/heartbeat/DataNodeHeartbeatCache.java     | 36 ++--------------------
 .../procedure/env/ConfigNodeProcedureEnv.java      |  2 +-
 .../load/balancer/router/LeaderRouterTest.java     |  6 ++--
 .../balancer/router/LoadScoreGreedyRouterTest.java |  6 ++--
 8 files changed, 55 insertions(+), 67 deletions(-)
 rename confignode/src/main/java/org/apache/iotdb/confignode/manager/load/heartbeat/{INodeCache.java => BaseNodeCache.java} (59%)