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

mmuzaf pushed a change to branch ignite-2.8
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from f478aa5  IGNITE-12601 
DistributedMetaStoragePersistentTest.testUnstableTopology is flaky - Fixes 
#7334.
     add 2fd318e  IGNITE-12593 Fix assertion during CacheDataTree update caused 
by byte array values and TTL - Fixes #7324.
     add 191636d  IGNITE-12594 Fix deadlock between 
GridCacheDataStore#purgeExpiredInternal and GridNearTxLocal#enlistWriteEntry - 
Fixes #7325.

No new revisions were added by this update.

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

Reply via email to