-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
11.0.0.Final, 10.1.6.Final
-
None
DefaultConflictManager.cancelConflictResolution() has no effect, because it completes a CompletableFuture but it does not actually stop the iteration over conflicts.
Luckily it's only used when the cache is down to a single node, which would make the conflict resolution much faster anyway, so it's not critical.