This is an automated email from the ASF dual-hosted git repository.

nizhikov pushed a change to branch cache_dumps
in repository https://gitbox.apache.org/repos/asf/ignite.git


    from f5c7f733bbd Merge branch 'master' into cache_dumps
     add 2b7e078e20b IGNITE-20429 Dump check command implemented (#10949)

No new revisions were added by this update.

Summary of changes:
 .../IncrementalSnapshotVerificationTask.java       |  14 +--
 .../snapshot/SnapshotPartitionsVerifyHandler.java  |  86 +++++++++++++-
 .../snapshot/dump/CreateDumpFutureTask.java        |  70 ++++++------
 .../cache/persistence/snapshot/dump/Dump.java      |  18 ++-
 .../snapshot/dump/DumpEntrySerializer.java         |  59 ++++++----
 .../processors/cache/verify/IdleVerifyUtility.java | 104 +++++++++++------
 .../cache/verify/PartitionHashRecordV2.java        |  27 ++---
 .../snapshot/dump/AbstractCacheDumpTest.java       |  31 +++++-
 .../snapshot/dump/IgniteCacheDumpSelf2Test.java    | 116 +++++++++++++++++++
 .../dump/IgniteConcurrentCacheDumpTest.java        | 123 +++++++++++++++++++++
 .../ignite/testsuites/IgniteSnapshotTestSuite.java |   2 +
 11 files changed, 528 insertions(+), 122 deletions(-)
 create mode 100644 
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/dump/IgniteConcurrentCacheDumpTest.java

Reply via email to