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 1e067eb058f IGNITE-17650 Write a warning message for atomic caches
(#10552)
add 75fc6e4bc42 IGNITE-18109 ConsistentCut ignores joining nodes (#10368)
No new revisions were added by this update.
Summary of changes:
.../snapshot/IgniteSnapshotManager.java | 10 +-
.../snapshot/IncrementalSnapshotAwareMessage.java | 47 +++-
.../snapshot/IncrementalSnapshotMarkWalFuture.java | 17 +-
.../cache/transactions/IgniteTxHandler.java | 7 +-
.../AbstractIncrementalSnapshotBlockingTest.java | 4 +-
.../IncrementalSnapshotJoiningClientTest.java | 274 +++++++++++++++++++++
.../IncrementalSnapshotRestoreTest.java | 4 +-
.../testsuites/IncrementalSnapshotsTestSuite.java | 2 +
8 files changed, 345 insertions(+), 20 deletions(-)
create mode 100644
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/incremental/IncrementalSnapshotJoiningClientTest.java