This is an automated email from the ASF dual-hosted git repository.
agoncharuk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git.
from e975a0f IGNITE-12533 Remote security context tests refactoring (#7276)
new 281b41e IGNITE-12594 Fix deadlock between
GridCacheDataStore#purgeExpiredInternal and GridNearTxLocal#enlistWriteEntry -
Fixes #7325.
new 4593d6c IGNITE-12593 Fix assertion during CacheDataTree update caused
by byte array values and TTL - Fixes #7324.
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:
.../cache/CacheOffheapEvictionManager.java | 5 +
.../processors/cache/GridCacheMapEntry.java | 29 ++-
.../cache/distributed/dht/GridDhtCacheAdapter.java | 9 +-
.../distributed/dht/GridPartitionedGetFuture.java | 5 +
.../dht/GridPartitionedSingleGetFuture.java | 5 +
.../cache/distributed/near/GridNearGetFuture.java | 4 +
.../cache/transactions/IgniteTxManager.java | 39 ++--
.../persistence/DistributedMetaStorageImpl.java | 17 +-
.../IgnitePdsWithTtlDeactivateOnHighloadTest.java | 260 +++++++++++++++++++++
.../ignite/testsuites/IgnitePdsTestSuite2.java | 3 +
10 files changed, 339 insertions(+), 37 deletions(-)
create mode 100644
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/db/IgnitePdsWithTtlDeactivateOnHighloadTest.java