[JBoss JIRA] (ISPN-11718) Conflict resolution cannot be cancelled
by Dan Berindei (Jira)
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)
5 years, 11 months
[JBoss JIRA] (ISPN-11717) Deprecate ConsistentHashFactory customization
by Dan Berindei (Jira)
[ https://issues.redhat.com/browse/ISPN-11717?page=com.atlassian.jira.plugi... ]
Dan Berindei updated ISPN-11717:
--------------------------------
Status: Open (was: New)
> Deprecate ConsistentHashFactory customization
> ---------------------------------------------
>
> Key: ISPN-11717
> URL: https://issues.redhat.com/browse/ISPN-11717
> Project: Infinispan
> Issue Type: Task
> Components: Configuration, Core
> Affects Versions: 11.0.0.Dev04
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 11.0.0.Final, 11.0.0.Dev05
>
>
> There aren't any good reasons to use a {{ConsistentHashFactory}} implementation different than the default selected by {{StateTransferManagerImpl#pickConsistentHashFactory}}.
> The configuration attribute made sense when the default was {{DefaultConsistentHashFactory}}, but {{SyncConsistentHashFactory}} is much better nowadays, and it's pretty much impossible to come up with an implementation that works in more than one cache mode with the current API.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months
[JBoss JIRA] (ISPN-11717) Deprecate ConsistentHashFactory customization
by Dan Berindei (Jira)
Dan Berindei created ISPN-11717:
-----------------------------------
Summary: Deprecate ConsistentHashFactory customization
Key: ISPN-11717
URL: https://issues.redhat.com/browse/ISPN-11717
Project: Infinispan
Issue Type: Task
Components: Configuration, Core
Affects Versions: 11.0.0.Dev04
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 11.0.0.Final, 11.0.0.Dev05
There aren't any good reasons to use a {{ConsistentHashFactory}} implementation different than the default selected by {{StateTransferManagerImpl#pickConsistentHashFactory}}.
The configuration attribute made sense when the default was {{DefaultConsistentHashFactory}}, but {{SyncConsistentHashFactory}} is much better nowadays, and it's pretty much impossible to come up with an implementation that works in more than one cache mode with the current API.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months