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 2021/08/04 16:09:50 UTC

[ignite] branch master updated (fd1e0b3 -> 8f2d1fa)

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 fd1e0b3  Fix typo in CONTRIBUTING.md when checking committer permissions
     add 8f2d1fa  IGNITE-15180 Read Repair should generate Event even when nothing fixed but broken (eg. atomics check). (#9288)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/ignite/IgniteCache.java   |   6 +-
 .../events/CacheConsistencyViolationEvent.java     |  52 +++++---
 .../processors/cache/GridCacheAdapter.java         |   2 +-
 .../distributed/dht/GridPartitionedGetFuture.java  |   5 +
 .../GridNearReadRepairAbstractFuture.java          | 137 ++++++++++++++++++++-
 .../GridNearReadRepairCheckOnlyFuture.java         |  52 ++++++--
 .../near/consistency/GridNearReadRepairFuture.java | 116 +++++------------
 .../consistency/AbstractFullSetReadRepairTest.java |  44 +++----
 .../cache/consistency/AbstractReadRepairTest.java  |  56 ++++++---
 .../cache/consistency/AtomicReadRepairTest.java    |   4 +
 .../ExplicitTransactionalReadRepairTest.java       |  18 ++-
 .../ImplicitTransactionalReadRepairTest.java       |   9 +-
 12 files changed, 325 insertions(+), 176 deletions(-)