This is an automated email from the ASF dual-hosted git repository.
apolovtsev pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new ebe24be2e8 IGNITE-22760 Fix incorrect order of
VolatileLogStorageFactoryCreator start (#4208)
ebe24be2e8 is described below
commit ebe24be2e8fc80bf4a39dcc8306f17fc3631a8f3
Author: Alexander Polovtcev <[email protected]>
AuthorDate: Thu Aug 8 16:36:56 2024 +0300
IGNITE-22760 Fix incorrect order of VolatileLogStorageFactoryCreator start
(#4208)
---
.../runner/src/main/java/org/apache/ignite/internal/app/IgniteImpl.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/modules/runner/src/main/java/org/apache/ignite/internal/app/IgniteImpl.java
b/modules/runner/src/main/java/org/apache/ignite/internal/app/IgniteImpl.java
index 6bd97ade48..9b4b542271 100644
---
a/modules/runner/src/main/java/org/apache/ignite/internal/app/IgniteImpl.java
+++
b/modules/runner/src/main/java/org/apache/ignite/internal/app/IgniteImpl.java
@@ -1190,12 +1190,12 @@ public class IgniteImpl implements Ignite {
metricManager,
distributionZoneManager,
computeComponent,
+ volatileLogStorageFactoryCreator,
replicaMgr,
indexNodeFinishedRwTransactionsChecker,
txManager,
dataStorageMgr,
schemaManager,
- volatileLogStorageFactoryCreator,
outgoingSnapshotsManager,
partitionReplicaLifecycleManager,
distributedTblMgr,