[ https://issues.apache.org/jira/browse/IGNITE-14999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dmitry Pavlov updated IGNITE-14999: ----------------------------------- Labels: ise (was: ) > Support dynamic restoration of encrypted snapshots. > --------------------------------------------------- > > Key: IGNITE-14999 > URL: https://issues.apache.org/jira/browse/IGNITE-14999 > Project: Ignite > Issue Type: Sub-task > Reporter: Vladimir Steshin > Assignee: Vladimir Steshin > Priority: Major > Labels: ise > Fix For: 2.13 > > Time Spent: 20m > Remaining Estimate: 0h > > After manual replacements of encrypted snapshots works, let's enable dynamic > snapshot restoration (`SnapshotRestoreProcess`) > Supposed new general features: > * Dynamic restoration of encrypted snapshot on a running node ( > `IgniteSnapshotManager#restoreSnapshot()` ) > * Validation of encrypted snapshot ( `IgniteSnapshotManager#checkSnapshot()` ) > Same master key is still required. > NOTE: > To restore an encrypted snapshot, we have to read the keys it was encrypted > with. The better place for the is Metastore. But it is currently unreadable > as a simple structure. This ticket suggests holding the keys in > `StoredCacheData`. It always goes together with the data and is included in > snapshot. -- This message was sent by Atlassian Jira (v8.20.10#820010)