[infinispan-issues] [JBoss JIRA] (ISPN-8612) HashConfiguration should only allow numOwners=2 with scattered cache
William Burns (JIRA)
issues at jboss.org
Mon Dec 11 14:02:00 EST 2017
[ https://issues.jboss.org/browse/ISPN-8612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
William Burns resolved ISPN-8612.
---------------------------------
Resolution: Rejected
Actually scattered cache requires num owners to be set to 1 to properly work. So this issue is not needed.
https://github.com/infinispan/infinispan/blob/master/core/src/main/java/org/infinispan/configuration/cache/ClusteringConfigurationBuilder.java#L125
> HashConfiguration should only allow numOwners=2 with scattered cache
> --------------------------------------------------------------------
>
> Key: ISPN-8612
> URL: https://issues.jboss.org/browse/ISPN-8612
> Project: Infinispan
> Issue Type: Task
> Components: Core
> Affects Versions: 9.2.0.Beta1
> Reporter: William Burns
> Assignee: William Burns
> Fix For: 9.2.0.Beta2
>
>
> Scattered cache always runs with essentially num owners being 2. It just ignores the hash configuration. However we should make sure the configuration is always set to 2 just in case if we query it for other purposes.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the infinispan-issues
mailing list