vldpyatkov commented on code in PR #1815:
URL: https://github.com/apache/ignite-3/pull/1815#discussion_r1149211964


##########
modules/raft/src/main/java/org/apache/ignite/internal/raft/server/impl/JraftServerImpl.java:
##########
@@ -457,6 +457,14 @@ public boolean startRaftNode(
         }
     }
 
+    @Override
+    public CompletableFuture<Long> raftNodeReadyFuture(ReplicationGroupId 
groupId) {
+        RaftGroupService jraftNode = nodes.entrySet().stream().filter(entry -> 
entry.getKey().groupId().equals(groupId))

Review Comment:
   Don't sure. Also in ServerImpl we have several suspective methods 
(stopRaftNodes, localPeers).
   As I understand, we should move from ReplicationGroupId to RaftNodeId in 
bound of IGNITE-18273. 
   May I note this issue in comment, but not create another one?



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