OneSizeFitsQuorum commented on code in PR #14505:
URL: https://github.com/apache/iotdb/pull/14505#discussion_r1895384012
##########
iotdb-core/consensus/src/main/java/org/apache/iotdb/consensus/iot/IoTConsensus.java:
##########
@@ -528,6 +528,8 @@ public void resetPeerList(ConsensusGroupId groupId,
List<Peer> correctPeers)
"[RESET PEER LIST] Local peer list has been reset: {} -> {}",
previousPeerListStr,
newPeerListStr);
+ } else {
+ logger.info("[RESET PEER LIST] The current peer list is correct,
nothing need to be reset");
Review Comment:
add list detail please
--
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]