[
https://issues.apache.org/jira/browse/IGNITE-13805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17331799#comment-17331799
]
Ignite TC Bot commented on IGNITE-13805:
----------------------------------------
{panel:title=Branch: [pull/8648/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/8648/head] Base: [master] : New Tests
(23)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}PDS (Indexing){color} [[tests
3|https://ci.ignite.apache.org/viewLog.html?buildId=5979338]]
* {color:#013220}IgnitePdsWithIndexingTestSuite:
IgniteClusterSnapshotRestoreWithIndexingTest.testClusterSnapshotRestoreOnBiggerTopology
- PASSED{color}
* {color:#013220}IgnitePdsWithIndexingTestSuite:
IgniteClusterSnapshotRestoreWithIndexingTest.testBasicClusterSnapshotRestoreWithMetadata
- PASSED{color}
* {color:#013220}IgnitePdsWithIndexingTestSuite:
IgniteClusterSnapshotRestoreWithIndexingTest.testBasicClusterSnapshotRestore -
PASSED{color}
{color:#00008b}Basic 3{color} [[tests
20|https://ci.ignite.apache.org/viewLog.html?buildId=5979310]]
* {color:#013220}IgniteBasicWithPersistenceTestSuite:
IgniteClusterSnapshotRestoreSelfTest.testNodeJoinDuringRestore - PASSED{color}
* {color:#013220}IgniteBasicWithPersistenceTestSuite:
IgniteClusterSnapshotRestoreSelfTest.testClusterDeactivateOnPrepare -
PASSED{color}
* {color:#013220}IgniteBasicWithPersistenceTestSuite:
IgniteClusterSnapshotRestoreSelfTest.testNodeLeftDuringCacheStartOnExchangeInit
- PASSED{color}
* {color:#013220}IgniteBasicWithPersistenceTestSuite:
IgniteClusterSnapshotRestoreSelfTest.testStartClusterSnapshotRestoreMultipleThreadsSameNode
- PASSED{color}
* {color:#013220}IgniteBasicWithPersistenceTestSuite:
IgniteClusterSnapshotRestoreSelfTest.testClusterSnapshotRestoreRejectOnInActiveCluster
- PASSED{color}
* {color:#013220}IgniteBasicWithPersistenceTestSuite:
IgniteClusterSnapshotRestoreSelfTest.testNodeFailDuringFilesCopy - PASSED{color}
* {color:#013220}IgniteBasicWithPersistenceTestSuite:
IgniteClusterSnapshotRestoreSelfTest.testNodeLeftDuringCacheStartOnExchangeFinish
- PASSED{color}
* {color:#013220}IgniteBasicWithPersistenceTestSuite:
IgniteClusterSnapshotRestoreSelfTest.testRestoreSharedCacheGroup - PASSED{color}
* {color:#013220}IgniteBasicWithPersistenceTestSuite:
IgniteClusterSnapshotRestoreSelfTest.testIncompatibleMetasUpdate - PASSED{color}
* {color:#013220}IgniteBasicWithPersistenceTestSuite:
IgniteClusterSnapshotRestoreSelfTest.testNodeFailDuringRestore - PASSED{color}
* {color:#013220}IgniteBasicWithPersistenceTestSuite:
IgniteClusterSnapshotRestoreSelfTest.testCreateSnapshotDuringRestore -
PASSED{color}
... and 9 new tests
{panel}
[TeamCity *--> Run :: All*
Results|https://ci.ignite.apache.org/viewLog.html?buildId=5979371&buildTypeId=IgniteTests24Java8_RunAll]
> Add support for cache group restore from a snapshot on the same topology
> ------------------------------------------------------------------------
>
> Key: IGNITE-13805
> URL: https://issues.apache.org/jira/browse/IGNITE-13805
> Project: Ignite
> Issue Type: New Feature
> Reporter: Pavel Pereslegin
> Assignee: Pavel Pereslegin
> Priority: Major
> Labels: iep-43
> Time Spent: 10h 10m
> Remaining Estimate: 0h
>
> Ignite 2.9 introduces a new feature to take [consistent cluster
> snapshot|https://ignite.apache.org/docs/latest/persistence/snapshots].
> However, there is currently no way for the user to restore a separate cache
> group from such a snapshot.
> As a first step, we must provide the ability (CLI command and public API) to
> restore the separate cache group(s) without considering the current partition
> distribution and rely on rebalancing to achieve the ideal distribution.
> This process consists of the following steps:
> # Make sure that all partitions of the cache group are available in the
> cluster and that there are no conflicts in the saved cache configurations.
> # Make sure the target cache group does not exist (user must manually
> destroy the cache before restoring)..
> # Move the cache data files locally on each node with the cache data
> snapshots.
> # Merge the binary metadata from the snapshot on each node.
> # Dynamically start the restored cache group.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)