You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maksim Timonin (Jira)" <ji...@apache.org> on 2022/09/07 10:17:00 UTC

[jira] [Updated] (IGNITE-17614) Restore incremental snapshot

     [ https://issues.apache.org/jira/browse/IGNITE-17614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maksim Timonin updated IGNITE-17614:
------------------------------------
    Description: 
Restoring of incremental snapshot is part of restoring full snapshot (SnapshotRestoreProcess)

User specifies a name of incremental snapshot to restore (full snapshot name + timestamp suffix). 

Restoring steps:
 # Common checks for base full snapshot
 # Check that all incremental snapshots are present (and WAL segments)
 # After caches started, a WAL recovery process is started

IEP-89: [https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=211884314]

  was:
Restoring of incremental snapshot is part of restoring full snapshot (SnapshotRestoreProcess)

User specifies a name of incremental snapshot to restore (full snapshot name + timestamp suffix). 

Restoring steps:
 # Common checks for base full snapshot
 # Check that all incremental snapshots are present (and WAL segments)
 # After caches started, a WAL recovery process is started

More info: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=211884314


> Restore incremental snapshot
> ----------------------------
>
>                 Key: IGNITE-17614
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17614
>             Project: Ignite
>          Issue Type: New Feature
>            Reporter: Maksim Timonin
>            Assignee: Maksim Timonin
>            Priority: Major
>              Labels: IEP-89, ise
>
> Restoring of incremental snapshot is part of restoring full snapshot (SnapshotRestoreProcess)
> User specifies a name of incremental snapshot to restore (full snapshot name + timestamp suffix). 
> Restoring steps:
>  # Common checks for base full snapshot
>  # Check that all incremental snapshots are present (and WAL segments)
>  # After caches started, a WAL recovery process is started
> IEP-89: [https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=211884314]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)