You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by av...@apache.org on 2019/12/19 10:09:07 UTC

[ignite] branch master updated (44075e0 -> 7a55bb1)

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

av pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from 44075e0  IGNITE-12387 .NET Thin Client: Handle unsupported features gracefully
     add 7a55bb1  IGNITE-9913 Prevent data updates blocking in case of backup BLT server node leave (#7069)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/ignite/internal/IgniteFeatures.java |   5 +-
 .../affinity/GridAffinityAssignmentCache.java      |   2 +-
 .../cache/CacheAffinityChangeMessage.java          |   9 +-
 .../cache/CacheAffinitySharedManager.java          | 284 ++++------
 .../internal/processors/cache/ExchangeContext.java |  22 +-
 .../processors/cache/GridCacheSharedContext.java   |  17 +-
 .../preloader/GridDhtPartitionsExchangeFuture.java | 213 ++++++--
 .../preloader/GridDhtPartitionsFullMessage.java    |  73 ++-
 .../dht/preloader/GridDhtPreloader.java            |   7 +-
 .../dht/topology/GridClientPartitionTopology.java  |   2 +-
 .../dht/topology/GridDhtLocalPartition.java        |  10 +-
 .../dht/topology/GridDhtPartitionTopology.java     |   4 +-
 .../dht/topology/GridDhtPartitionTopologyImpl.java |  16 +-
 .../cache/transactions/IgniteTxManager.java        |  16 +-
 .../processors/service/ServiceDeploymentTask.java  |   3 +-
 .../cache/CacheConcurrentReadThroughTest.java      |  14 +-
 .../CacheLateAffinityAssignmentTest.java           | 181 ++++++-
 .../distributed/GridExchangeFreeSwitchTest.java    | 602 +++++++++++++++++++++
 ...cheContinuousQueryFailoverAbstractSelfTest.java |  12 +-
 .../ignite/testsuites/IgniteCacheTestSuite5.java   |   2 +
 20 files changed, 1199 insertions(+), 295 deletions(-)
 create mode 100644 modules/core/src/test/java/org/apache/ignite/internal/processors/cache/distributed/GridExchangeFreeSwitchTest.java