You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ignite TC Bot (Jira)" <ji...@apache.org> on 2023/04/07 14:03:00 UTC

[jira] [Commented] (IGNITE-19252) The incremental snapshot restore operation fails if there is a node not from the baseline.

    [ https://issues.apache.org/jira/browse/IGNITE-19252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17709689#comment-17709689 ] 

Ignite TC Bot commented on IGNITE-19252:
----------------------------------------

{panel:title=Branch: [pull/10630/head] Base: [master] : No blockers found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/10630/head] Base: [master] : New Tests (2)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Disk Page Compressions 1{color} [[tests 1|https://ci2.ignite.apache.org/viewLog.html?buildId=7126467]]
* {color:#013220}IgnitePdsCompressionTestSuite: IncrementalSnapshotRestoreTest.testRecoveryWithNotBaselineNode - PASSED{color}

{color:#00008b}Snapshots{color} [[tests 1|https://ci2.ignite.apache.org/viewLog.html?buildId=7127632]]
* {color:#013220}IgniteSnapshotTestSuite: IncrementalSnapshotRestoreTest.testRecoveryWithNotBaselineNode - PASSED{color}

{panel}
[TeamCity *--&gt; Run :: All* Results|https://ci2.ignite.apache.org/viewLog.html?buildId=7126470&amp;buildTypeId=IgniteTests24Java8_RunAll]

> 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: 40m
>  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)