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 2023/11/09 09:12:28 UTC

(ignite-extensions) branch master updated (f5f78e30 -> 5d91927b)

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-extensions.git


    from f5f78e30 [MINOR] Fix compilation
     add 4368182b WIP
     add 198cc3ba WIP
     add 1fb9ee8c WIP
     new 5d91927b IGNITE-20804 Support custom conflict resolver at CDC based datacenter replication

The 1 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:
 .../CacheConflictResolutionManagerImpl.java        | 14 ++++-
 ...VersionConflictResolverCachePluginProvider.java | 12 +++-
 ...CacheVersionConflictResolverPluginProvider.java | 10 ++-
 ...heConflictOperationsWithCustomResolverTest.java | 71 ++++++++++++++++++++++
 4 files changed, 102 insertions(+), 5 deletions(-)
 create mode 100644 modules/cdc-ext/src/test/java/org/apache/ignite/cdc/CacheConflictOperationsWithCustomResolverTest.java


(ignite-extensions) 01/01: IGNITE-20804 Support custom conflict resolver at CDC based datacenter replication

Posted by av...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 5d91927bd9fdb4de12cedc9a482a671e58929a65
Merge: f5f78e30 1fb9ee8c
Author: Anton Vinogradov <av...@apache.org>
AuthorDate: Thu Nov 9 12:12:24 2023 +0300

    IGNITE-20804 Support custom conflict resolver at CDC based datacenter replication

 .../CacheConflictResolutionManagerImpl.java        | 14 ++++-
 ...VersionConflictResolverCachePluginProvider.java | 12 +++-
 ...CacheVersionConflictResolverPluginProvider.java | 10 ++-
 ...heConflictOperationsWithCustomResolverTest.java | 71 ++++++++++++++++++++++
 4 files changed, 102 insertions(+), 5 deletions(-)