This is an automated email from the ASF dual-hosted git repository.
sboikov pushed a change to branch ignite-11704
in repository https://gitbox.apache.org/repos/asf/ignite.git.
from d5e4e78 ignite-11704
new 4403455 ignite-11704
new 5a05291 ignite-11704
The 2 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:
.../processors/cache/CacheMetricsImpl.java | 14 ++
.../processors/cache/GridCacheContext.java | 14 ++
.../cache/IgniteCacheOffheapManager.java | 6 +-
.../cache/IgniteCacheOffheapManagerImpl.java | 69 ++++--
.../dht/topology/GridDhtLocalPartition.java | 2 +-
.../cache/persistence/GridCacheOffheapManager.java | 8 +-
.../verify/CollectConflictPartitionKeysTask.java | 2 +-
.../cache/verify/VerifyBackupPartitionsTask.java | 2 +-
.../cache/verify/VerifyBackupPartitionsTaskV2.java | 2 +-
...orFindAndDeleteGarbageInPersistenceClosure.java | 2 +-
.../IgniteCacheConfigVariationsFullApiTest.java | 2 +-
.../processors/cache/IgniteCacheGroupsTest.java | 10 +-
.../distributed/CacheRemoveWithTombstonesTest.java | 261 +++++++++++++++++++++
.../IgnitePdsRemoveDuringRebalancingTest.java | 8 +-
.../cache/persistence/db/IgnitePdsWithTtlTest.java | 2 +-
.../ignite/testsuites/IgniteCacheTestSuite9.java | 3 +
16 files changed, 360 insertions(+), 47 deletions(-)
create mode 100644
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/CacheRemoveWithTombstonesTest.java