Dan Berindei created ISPN-11718:
-----------------------------------
Summary: Conflict resolution cannot be cancelled
Key: ISPN-11718
URL:
https://issues.redhat.com/browse/ISPN-11718
Project: Infinispan
Issue Type: Bug
Components: Core, State Transfer
Affects Versions: 10.1.6.Final, 11.0.0.Dev04
Reporter: Dan Berindei
{{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.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)