JAkutenshi commented on code in PR #3633:
URL: https://github.com/apache/ignite-3/pull/3633#discussion_r1618682183


##########
modules/replicator/src/main/java/org/apache/ignite/internal/replicator/ReplicaManager.java:
##########
@@ -548,6 +664,100 @@ private CompletableFuture<Replica> startReplicaInternal(
                 .thenCompose(v -> replicaFuture);
     }
 
+    /**
+     * TODO: will be private after 
https://issues.apache.org/jira/browse/IGNITE-22315
+     * Temporary public method for RAFT-client starting.
+     *
+     * @param replicaGrpId Replication Group ID.
+     * @param newConfiguration Peers and learners nodes for a raft group.
+     * @param raftClientCache Temporal supplier that returns RAFT-client from 
TableRaftService if it's already exists and was put into the

Review Comment:
   But there is above: 
   >TODO: will be private after 
https://issues.apache.org/jira/browse/IGNITE-22315
   
   Maybe better to change `private` to `removed`?



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