[jboss-jira] [JBoss JIRA] Created: (AS7-1170) support configuration of number of virtual nodes
Michal Linhard (JIRA)
jira-events at lists.jboss.org
Fri Jul 1 08:18:24 EDT 2011
support configuration of number of virtual nodes
------------------------------------------------
Key: AS7-1170
URL: https://issues.jboss.org/browse/AS7-1170
Project: Application Server 7
Issue Type: Feature Request
Components: Clustering
Affects Versions: 7.0.0.CR1
Reporter: Michal Linhard
Assignee: Paul Ferraro
Priority: Critical
I recently played with consistent hash function implementation and produced various performance statistics.
It shows that number of virtual nodes (configuration parameter I98 in https://docspace.corp.redhat.com/docs/DOC-69249) has substantial effect on performance. (it makes distribution of data among nodes in the cluster much more even and thus avoids overstressing of one particular node, that would then hinder performance of the whole cluster)
If the next EDG6 Alpha build will take configuration from infinispan subsystem, we'll need to have this configurable, otherwise we won't be able to execute some very important performance comparisons.
it applies to the level of subsystem.cache-container.distributed-cache
so I propose addition of configuration parameter:
subsystem.cache-container.distributed-cache.numVirtualNodes that would have the same effect as I98 infinispan.configuration.clustering.hash.numVirtualNodes
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list