liyuheng55555 commented on code in PR #14505:
URL: https://github.com/apache/iotdb/pull/14505#discussion_r1893610828


##########
iotdb-core/consensus/src/main/java/org/apache/iotdb/consensus/simple/SimpleConsensus.java:
##########
@@ -211,6 +210,13 @@ public void removeRemotePeer(ConsensusGroupId groupId, 
Peer peer) throws Consens
     throw new ConsensusException("SimpleConsensus does not support membership 
changes");
   }
 
+  @Override
+  public void recordCorrectPeerListBeforeStarting(
+      Map<ConsensusGroupId, List<Peer>> correctPeerList) {
+    throw new UnsupportedOperationException(

Review Comment:
   Good point, I‘d prefer doing nothing 



-- 
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]

Reply via email to