This is an automated email from the ASF dual-hosted git repository.
spricoder pushed a change to branch fix/config-restart-replication-factor-metric
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 81b4cc9bde1 1. Move add metrics from init to leader ready 2. Move the
management of replication factor metric into PartitionMetrics
add 538414039a3 1. Optimize the name of method 2. Add remove metric set
when leader change
No new revisions were added by this update.
Summary of changes:
.../statemachine/ConfigRegionStateMachine.java | 2 +
.../iotdb/confignode/manager/ConfigManager.java | 6 +
.../apache/iotdb/confignode/manager/IManager.java | 2 +
.../iotdb/confignode/manager/node/NodeManager.java | 2 +-
.../manager/partition/PartitionMetrics.java | 126 +++++++++++----------
.../manager/schema/ClusterSchemaManager.java | 2 +-
.../procedure/env/DataNodeRemoveHandler.java | 2 +-
.../impl/schema/DeleteDatabaseProcedure.java | 2 +-
8 files changed, 83 insertions(+), 61 deletions(-)