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


##########
modules/raft/src/main/java/org/apache/ignite/internal/raft/Loza.java:
##########
@@ -149,6 +149,8 @@ public Loza(
     public void start() {
         
opts.setRpcInstallSnapshotTimeout(raftConfiguration.rpcInstallSnapshotTimeout().value());
 
+        opts.getRaftOptions().setSync(raftConfiguration.fsync().value());

Review Comment:
   Should we first take `RaftView` and then use it to obtain the 2 settings (to 
make sure that we always get a consistent snapshot of the configuration)?



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