This is an automated email from the ASF dual-hosted git repository.
timoninmaxim pushed a change to branch IGNITE-17177_inc_snapshots
in repository https://gitbox.apache.org/repos/asf/ignite.git
from b509109eb6e IGNITE-18069 Check incremental snapshot meta (#10364)
add 196398dff1c IGNITE-17649 Disable incremental snapshots creation after
rebalance (#10562)
No new revisions were added by this update.
Summary of changes:
.../GridCacheDatabaseSharedManager.java | 2 +
.../snapshot/IgniteSnapshotManager.java | 63 ++++++++
.../snapshot/SnapshotRestoreProcess.java | 3 +
.../snapshot/IncrementalSnapshotRebalanceTest.java | 173 +++++++++++++++++++++
.../testsuites/IncrementalSnapshotsTestSuite.java | 2 +
5 files changed, 243 insertions(+)
create mode 100644
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/IncrementalSnapshotRebalanceTest.java