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

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


    from 54975631b0c IGNITE-26466 Use MessageSerializer for 
GridDistributedTxFinishRequest (#12368)
     add 75d1f482d27 IGNITE-26729 Provide flag to include DataStructure to 
cache dump (#12426)

No new revisions were added by this update.

Summary of changes:
 .../management/cache/ViewCacheClosure.java         |   2 +-
 .../processors/cache/CacheGroupContext.java        |   6 +-
 .../processors/cache/GridCacheContext.java         |   2 +-
 .../CachePartitionDefragmentationManager.java      |   2 +-
 .../snapshot/IgniteSnapshotManager.java            |  44 ++-
 .../datastructures/DataStructuresProcessor.java    |  10 +-
 .../IgniteTxConcurrentRemoveObjectsTest.java       |   3 +-
 .../snapshot/AbstractSnapshotSelfTest.java         |   2 +-
 .../snapshot/dump/AbstractCacheDumpTest.java       |   2 +-
 .../dump/IgniteCacheDumpDataStructuresTest.java    | 426 +++++++++++++++++++++
 .../snapshot/dump/IgniteCacheDumpSelf2Test.java    |  10 +-
 .../warmup/LoadAllWarmUpStrategySelfTest.java      |   2 +-
 .../testsuites/IgniteSnapshotTestSuite3.java       |   2 +
 13 files changed, 485 insertions(+), 28 deletions(-)
 create mode 100644 
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/dump/IgniteCacheDumpDataStructuresTest.java

Reply via email to