[infinispan-issues] [JBoss JIRA] (ISPN-2918) TopologyAwareConsistentHashFactory doesn't distribute data to nodes evenly
Dan Berindei (JIRA)
jira-events at lists.jboss.org
Thu Mar 14 05:34:56 EDT 2013
Dan Berindei created ISPN-2918:
----------------------------------
Summary: TopologyAwareConsistentHashFactory doesn't distribute data to nodes evenly
Key: ISPN-2918
URL: https://issues.jboss.org/browse/ISPN-2918
Project: Infinispan
Issue Type: Bug
Components: Distributed Cache
Affects Versions: 5.2.4.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Critical
Fix For: 5.3.0.Alpha1
When the topology of a cluster is "balanced" (i.e. all sites have the same number of racks, racks have the same number of machines, machines have the same number of nodes), the number of segments owned by each node should be approximately the same.
The current algorithm properly balances the primary owners of the segments, but the backup owners are not balanced, so a node can end up owning a lot more segments than expected.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list