rpuch commented on code in PR #4218:
URL: https://github.com/apache/ignite-3/pull/4218#discussion_r1713906929


##########
modules/raft/src/main/java/org/apache/ignite/internal/raft/ExecutorInclinedRaftCommandRunner.java:
##########
@@ -44,6 +46,16 @@ public <R> CompletableFuture<R> run(Command cmd) {
             return future;
         }
 
+        // We can wait for replication completion right here, because client 
thread waits the entire operation in synchronous API any case.

Review Comment:
   ```suggestion
           // We can wait for replication completion right here, because client 
thread waits the entire operation in synchronous API in any case.
   ```



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