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 084580bdfd4 IGNITE-20429 Eliminate context parameter.
     add 1ae2edc5d35 IGNITE-20490 Update the snappy dependency up to the latest 
1.1.10.4 (#10957)
     add 158bd2c0d65 IGNITE-20462 Fix idle_verify hash conflicts for expiring 
entries - Fixes #10947.
     add 1185941f195 IGNITE-20464 Added node Consistent ID to the index 
validate command output. (#10946)
     new 7fe7e1627d5 Merge branch 'master' into cache_dumps

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../GridCommandHandlerIndexingCheckSizeTest.java   |   8 +-
 .../apache/ignite/util/GridCommandHandlerTest.java |  36 ++++++++
 .../internal/management/api/CommandUtils.java      |  28 ++++--
 .../cache/CacheValidateIndexesCommand.java         |  14 ++-
 .../management/cache/ValidateIndexesTask.java      |  11 +--
 .../cache/ValidateIndexesTaskResult.java           | 100 +++++++++++++++++----
 .../SnapshotPartitionsQuickVerifyHandler.java      |   3 +-
 .../snapshot/SnapshotPartitionsVerifyHandler.java  |  43 ++++++++-
 .../processors/cache/verify/IdleVerifyUtility.java |   3 +
 .../cache/verify/PartitionHashRecordV2.java        |  16 ++++
 .../snapshot/IgniteClusterSnapshotCheckTest.java   |  30 +++++++
 .../db/LongDestroyDurableBackgroundTaskTest.java   |  20 ++---
 .../processors/query/h2/GridIndexRebuildTest.java  |   4 +-
 parent/pom.xml                                     |   2 +-
 14 files changed, 267 insertions(+), 51 deletions(-)

Reply via email to