liyuheng55555 commented on code in PR #14505:
URL: https://github.com/apache/iotdb/pull/14505#discussion_r1893677754
##########
iotdb-core/consensus/src/main/java/org/apache/iotdb/consensus/iot/IoTConsensus.java:
##########
@@ -483,10 +475,14 @@ public void reloadConsensusConfig(ConsensusConfig
consensusConfig) {
.init(config.getReplication().getRegionMigrationSpeedLimitBytesPerSecond());
}
+ @Override
+ public void recordCorrectPeerListBeforeStart(Map<ConsensusGroupId,
List<Peer>> correctPeerList) {
Review Comment:
Added
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]