133tosakarin commented on code in PR #13178:
URL: https://github.com/apache/iotdb/pull/13178#discussion_r1719315176


##########
iotdb-core/consensus/src/main/java/org/apache/iotdb/consensus/ratis/RatisConsensus.java:
##########
@@ -901,12 +922,21 @@ public void allowStaleRead(ConsensusGroupId 
consensusGroupId) {
 
   private class RatisClientPoolFactory implements 
IClientPoolFactory<RaftGroup, RatisClient> {
 
+    private boolean isReConfiguration;
+
+    RatisClientPoolFactory(boolean isReConfiguration) {
+      this.isReConfiguration = isReConfiguration;
+    }

Review Comment:
   what's mean?



##########
iotdb-core/consensus/src/main/java/org/apache/iotdb/consensus/ratis/RatisConsensus.java:
##########
@@ -864,14 +869,30 @@ private RatisClient getRaftClient(RaftGroup group) throws 
ClientManagerException
     }
   }
 
+  private RatisClient getConfRaftClient(RaftGroup group) throws 
ClientManagerException {

Review Comment:
   ok:)



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