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 2022/03/14 09:26:42 UTC

[ignite] branch master updated (5555e8b -> 71de94c)

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 5555e8b  IGNITE-14829 Save DataEntry index inside CDC state (#9828)
     add 71de94c  IGNITE-16071 Read Repair futures should be rewritten to use wait-free sync instead of synchronized (#9807)

No new revisions were added by this update.

Summary of changes:
 .../events/CacheConsistencyViolationEvent.java     |   5 +-
 .../distributed/dht/GridPartitionedGetFuture.java  |   2 +-
 .../distributed/dht/atomic/GridDhtAtomicCache.java |   2 +
 .../dht/colocated/GridDhtColocatedCache.java       |   2 +
 .../cache/distributed/near/GridNearTxLocal.java    |   1 +
 .../GridNearReadRepairAbstractFuture.java          | 198 ++++++++++-----------
 .../GridNearReadRepairCheckOnlyFuture.java         |  76 +++++++-
 .../near/consistency/GridNearReadRepairFuture.java |  46 ++++-
 .../IgniteConsistencyViolationException.java       |   3 +-
 ...teIrreparableConsistencyViolationException.java |   5 +-
 .../consistency/AbstractFullSetReadRepairTest.java |   8 +-
 .../junits/common/GridCommonAbstractTest.java      |  23 ++-
 .../common/GridCommonAbstractTestSelfTest.java     | 188 +++++++++++++++++++
 .../ignite/testsuites/IgniteBasicTestSuite.java    |   2 +
 14 files changed, 438 insertions(+), 123 deletions(-)
 create mode 100644 modules/core/src/test/java/org/apache/ignite/testframework/junits/common/GridCommonAbstractTestSelfTest.java