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


##########
modules/runner/src/main/java/org/apache/ignite/internal/app/IgniteImpl.java:
##########
@@ -1190,12 +1190,12 @@ CompletableFuture<Ignite> joinClusterAsync() {
                                 metricManager,
                                 distributionZoneManager,
                                 computeComponent,
+                                volatileLogStorageFactoryCreator,
                                 replicaMgr,
                                 indexNodeFinishedRwTransactionsChecker,
                                 txManager,
                                 dataStorageMgr,
                                 schemaManager,
-                                volatileLogStorageFactoryCreator,
                                 outgoingSnapshotsManager,

Review Comment:
   Should we also move `outgoingSnapshotManager` higher? It's about Raft, same 
as log storage factory creator



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