You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ti...@apache.org on 2023/02/20 19:46:28 UTC

[ignite] branch IGNITE-17177_inc_snapshots updated (c4a093e84e4 -> 1e067eb058f)

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 c4a093e84e4 IGNITE-18837 CacheStripedExecutor should handle execution error (#10551)
     add 1e067eb058f IGNITE-17650 Write a warning message for atomic caches (#10552)

No new revisions were added by this update.

Summary of changes:
 .../snapshot/IgniteSnapshotManager.java            |  32 +++
 .../snapshot/SnapshotRestoreProcess.java           |   9 +
 .../IncrementalSnapshotWarnAtomicCachesTest.java   | 253 +++++++++++++++++++++
 .../testsuites/IncrementalSnapshotsTestSuite.java  |   4 +-
 4 files changed, 297 insertions(+), 1 deletion(-)
 create mode 100644 modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/incremental/IncrementalSnapshotWarnAtomicCachesTest.java