[ https://issues.apache.org/jira/browse/IGNITE-19252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nikita Amelchev updated IGNITE-19252: ------------------------------------- Ignite Flags: (was: Release Notes Required) > The incremental snapshot restore operation fails if there is a node not from > the baseline. > ------------------------------------------------------------------------------------------ > > Key: IGNITE-19252 > URL: https://issues.apache.org/jira/browse/IGNITE-19252 > Project: Ignite > Issue Type: Bug > Reporter: Nikita Amelchev > Assignee: Nikita Amelchev > Priority: Major > Labels: ise > Fix For: 2.15 > > Time Spent: 10m > Remaining Estimate: 0h > > The incremental snapshot restore operation fails if there is a node not from > the baseline: > {noformat} > 21:20:40.324 [disco-notifier-worker-#147%server-1%] ERROR > org.apache.ignite.internal.processors.cache.persistence.snapshot.SnapshotRestoreProcess > - Failed to restore snapshot cache groups > [reqId=55eead09-4da7-4232-8e98-976dba117d91]. > org.apache.ignite.IgniteCheckedException: Snapshot metafile cannot be read > due to it doesn't exist: > /work/snapshots/snp1/increments/0000000000000001/server_3.smf > at > org.apache.ignite.internal.processors.cache.persistence.snapshot.IgniteSnapshotManager.readFromFile(IgniteSnapshotManager.java:2001) > ~[ignite-core-15.0.0-SNAPSHOT.jar:15.0.0-SNAPSHOT] > at > org.apache.ignite.internal.processors.cache.persistence.snapshot.IgniteSnapshotManager.readIncrementalSnapshotMetadata(IgniteSnapshotManager.java:1098) > ~[ignite-core-15.0.0-SNAPSHOT.jar:15.0.0-SNAPSHOT] > at > org.apache.ignite.internal.processors.cache.persistence.snapshot.IncrementalSnapshotProcessor.process(IncrementalSnapshotProcessor.java:94) > ~[ignite-core-15.0.0-SNAPSHOT.jar:15.0.0-SNAPSHOT] > at > org.apache.ignite.internal.processors.cache.persistence.snapshot.SnapshotRestoreProcess.restoreIncrementalSnapshot(SnapshotRestoreProcess.java:1466) > ~[ignite-core-15.0.0-SNAPSHOT.jar:15.0.0-SNAPSHOT] > at > org.apache.ignite.internal.processors.cache.persistence.snapshot.SnapshotRestoreProcess.lambda$incrementalSnapshotRestore$35(SnapshotRestoreProcess.java:1417) > ~[ignite-core-15.0.0-SNAPSHOT.jar:15.0.0-SNAPSHOT] > at > org.apache.ignite.internal.processors.security.thread.SecurityAwareRunnable.run(SecurityAwareRunnable.java:51) > ~[ignite-core-15.0.0-SNAPSHOT.jar:15.0.0-SNAPSHOT] > at > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) > ~[?:1.8.0_201] > at java.util.concurrent.FutureTask.run(FutureTask.java:266) > ~[?:1.8.0_201] > at > org.apache.ignite.internal.processors.security.thread.SecurityAwareRunnable.run(SecurityAwareRunnable.java:51) > ~[ignite-core-15.0.0-SNAPSHOT.jar:15.0.0-SNAPSHOT] > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) > ~[?:1.8.0_201] > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) > ~[?:1.8.0_201] > at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_201] > {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)