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 2021/05/28 11:15:00 UTC

[jira] [Commented] (IGNITE-14723) Add CLI command to restore a cache group from the snapshot.

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

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

{panel:title=Branch: [pull/9113/head] Base: [master] : Possible Blockers (1)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Platform .NET (Inspections)*{color} [[tests 0 Failure on metric |https://ci.ignite.apache.org/viewLog.html?buildId=6025504]]

{panel}
{panel:title=Branch: [pull/9113/head] Base: [master] : New Tests (6)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Control Utility (Zookeeper){color} [[tests 2|https://ci.ignite.apache.org/viewLog.html?buildId=6025468]]
* {color:#013220}ZookeeperIgniteControlUtilityTestSuite: GridCommandHandlerTest.testSnapshotRestoreCancel - PASSED{color}
* {color:#013220}ZookeeperIgniteControlUtilityTestSuite: GridCommandHandlerTest.testSnapshotRestore - PASSED{color}

{color:#00008b}Control Utility{color} [[tests 4|https://ci.ignite.apache.org/viewLog.html?buildId=6025216]]
* {color:#013220}IgniteControlUtilityTestSuite: GridCommandHandlerTest.testSnapshotRestoreCancel - PASSED{color}
* {color:#013220}IgniteControlUtilityTestSuite: GridCommandHandlerWithSSLTest.testSnapshotRestore - PASSED{color}
* {color:#013220}IgniteControlUtilityTestSuite: GridCommandHandlerTest.testSnapshotRestore - PASSED{color}
* {color:#013220}IgniteControlUtilityTestSuite: GridCommandHandlerWithSSLTest.testSnapshotRestoreCancel - PASSED{color}

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

> Add CLI command to restore a cache group from the snapshot.
> -----------------------------------------------------------
>
>                 Key: IGNITE-14723
>                 URL: https://issues.apache.org/jira/browse/IGNITE-14723
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Pavel Pereslegin
>            Assignee: Pavel Pereslegin
>            Priority: Major
>              Labels: iep-43
>             Fix For: 2.11
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Add CLI command to restore a cache group from the snapshot.
> {noformat}
>   Restore snapshot:
>     control.(sh|bat) --snapshot restore --start snapshot_name [group1,...groupN]
>     Parameters:
>       snapshot_name     - Snapshot name.
>       group1,...groupN  - Cache group names.
>   Snapshot restore operation status:
>     control.(sh|bat) --snapshot restore --status snapshot_name
>     Parameters:
>       snapshot_name  - Snapshot name.
>   Cancel snapshot restore operation:
>     control.(sh|bat) --snapshot restore --cancel snapshot_name
>     Parameters:
>       snapshot_name  - Snapshot name.
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)