alievmirza commented on code in PR #2498:
URL: https://github.com/apache/ignite-3/pull/2498#discussion_r1307379983


##########
modules/raft/src/main/java/org/apache/ignite/internal/raft/RaftGroupServiceImpl.java:
##########
@@ -468,6 +468,7 @@ public CompletableFuture<Long> readIndex() {
         Function<Peer, ? extends NetworkMessage> requestFactory = p -> 
factory.readIndexRequest()
                 .groupId(groupId)
                 .peerId(p.consistentId())
+                .serverId(p.consistentId())

Review Comment:
   It looks strange that there is no failing test. Let's add a test, where we 
can check that read index request is working in the happy pass scenario.



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