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

2023-02-19 Thread timoninmaxim
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 e7a34f5c1ab IGNITE-18720 Fix multiple segments handling during IS 
restore (#10538)
 add c4a093e84e4 IGNITE-18837 CacheStripedExecutor should handle execution 
error (#10551)

No new revisions were added by this update.

Summary of changes:
 .../cache/persistence/CacheStripedExecutor.java|  3 +++
 .../snapshot/SnapshotRestoreProcess.java   |  9 +++-
 .../AbstractIncrementalSnapshotTest.java   | 13 +++
 .../IncrementalSnapshotRestoreTest.java| 26 --
 ...IncrementalSnapshotRestoreWithIndexingTest.java |  2 +-
 5 files changed, 39 insertions(+), 14 deletions(-)



[ignite] branch IGNITE-17177_inc_snapshots updated (d9a4c2857a2 -> e7a34f5c1ab)

2023-02-19 Thread timoninmaxim
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 d9a4c2857a2 Merge branch 'master' into IGNITE-17177_inc_snapshots
 add e7a34f5c1ab IGNITE-18720 Fix multiple segments handling during IS 
restore (#10538)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/ignite/util/CdcCommandTest.java |   2 +-
 .../org/apache/ignite/internal/cdc/CdcMain.java|  14 +--
 .../snapshot/SnapshotRestoreProcess.java   |  10 +-
 .../persistence/wal/FileWriteAheadLogManager.java  |  11 ++
 .../visor/cdc/VisorCdcDeleteLostSegmentsTask.java  |   5 +-
 .../IncrementalSnapshotRestoreTest.java| 127 ++---
 6 files changed, 137 insertions(+), 32 deletions(-)