This is an automated email from the ASF dual-hosted git repository.
alexpl pushed a change to branch ignite-2.15
in repository https://gitbox.apache.org/repos/asf/ignite.git
from 472765858bb IGNITE-18766 Fix incorrect id check in
ClusterGroupAdapter.forNodeId - Fixes #10640.
new d9f6bfe283a IGNITE-19115 Fixed handling cache messages for recreated
cache (#10618)
new d321c5a1eb6 IGNITE-19279 Fix AssertionError on inactive cluster for
thin client cache request (#10645)
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 | 2 +-
.../processors/cache/GridCacheIoManager.java | 125 ++++--
.../processors/cache/GridCacheMessage.java | 5 +-
.../cache/GridCachePartitionExchangeManager.java | 6 +-
.../processors/cache/GridCacheProcessor.java | 6 +
.../cache/distributed/dht/GridDhtCache.java | 2 -
.../cache/distributed/dht/GridDhtCacheAdapter.java | 8 +-
.../dht/GridDhtTransactionalCacheAdapter.java | 117 ++----
.../distributed/dht/atomic/GridDhtAtomicCache.java | 74 ++--
.../dht/colocated/GridDhtColocatedCache.java | 44 ++-
.../distributed/near/GridNearAtomicCache.java | 16 +-
.../near/GridNearTransactionalCache.java | 30 +-
.../query/GridCacheDistributedQueryManager.java | 34 +-
.../cache/query/GridCacheQueryRequest.java | 6 +-
.../continuous/CacheContinuousQueryManager.java | 17 +-
.../cache/transactions/IgniteTxEntry.java | 33 +-
.../cache/transactions/IgniteTxHandler.java | 48 +--
.../cluster/GridClusterStateProcessor.java | 2 +-
.../client/cache/ClientCachePartitionsRequest.java | 3 +
.../thin/InactiveClusterCacheRequestTest.java} | 85 ++---
.../distributed/dht/IgniteCacheRecreateTest.java | 421 +++++++++++++++++++++
.../communication/GridCacheMessageSelfTest.java | 6 +-
.../testsuites/IgniteCacheRestartTestSuite2.java | 3 +
.../org/apache/ignite/client/ClientTestSuite.java | 2 +
24 files changed, 786 insertions(+), 309 deletions(-)
copy
modules/core/src/test/java/org/apache/ignite/{cdc/RestartWithWalForceArchiveTimeoutTest.java
=> internal/client/thin/InactiveClusterCacheRequestTest.java} (51%)
create mode 100755
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/dht/IgniteCacheRecreateTest.java