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

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


    from 1065d35  IGNITE-12894 Fixes conflicts with ignite-2.8.1 branch.
     new 2158e77  IGNITE-12855 Fixed failure with concurrent get operation and 
entry expiration - Fixes #7609.
     new 6b5eb30  IGNITE-12933 Fixed node failure after put incorrect key class 
for cache with indexed types - Fixes #7721.

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/GridCacheAdapter.java         |   5 +
 .../cache/distributed/dht/GridDhtCacheAdapter.java |   2 +-
 .../distributed/dht/atomic/GridDhtAtomicCache.java |   5 +
 .../dht/colocated/GridDhtColocatedCache.java       |   5 +
 .../cache/local/atomic/GridLocalAtomicCache.java   | 225 +++++++++++----------
 .../cache/persistence/GridCacheOffheapManager.java |  20 +-
 .../cache/transactions/IgniteTxManager.java        |  16 +-
 .../processors/query/GridQueryProcessor.java       |   2 +-
 .../IgnitePdsWithTtlDeactivateOnHighloadTest.java  |  96 ++++++---
 .../processors/cache/WrongIndexedTypesTest.java    |  76 +++++++
 .../IgniteCacheWithIndexingTestSuite.java          |   5 +-
 11 files changed, 299 insertions(+), 158 deletions(-)
 create mode 100644 
modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/WrongIndexedTypesTest.java

Reply via email to