[infinispan-issues] [JBoss JIRA] (ISPN-7553) Replicated cache with numOwners=1 doesn't send writes to backups
Dan Berindei (JIRA)
issues at jboss.org
Thu Mar 2 07:54:00 EST 2017
Dan Berindei created ISPN-7553:
----------------------------------
Summary: Replicated cache with numOwners=1 doesn't send writes to backups
Key: ISPN-7553
URL: https://issues.jboss.org/browse/ISPN-7553
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 9.0.0.CR2
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Critical
Fix For: 9.0.0.Final
{{BaseDistributionInterceptor.primaryReturnHandler()}} doesn't replicate writes to the backups if {{cacheConfiguration.clustering().hash().numOwners() == 1}}. That check is incorrect, because a segment can have more owners than configured:
1. In a replicated cache, the configured {{numOwners}} is ignored, and all the members are owners.
1. Even in a distributed cache, during rebalance, the segments being moved will have more than {{numOwners}} owners.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the infinispan-issues
mailing list