[infinispan-issues] [JBoss JIRA] (ISPN-1791) Change of numOwners during runtime
Thomas Fromm (JIRA)
jira-events at lists.jboss.org
Thu Jan 26 04:08:48 EST 2012
Thomas Fromm created ISPN-1791:
----------------------------------
Summary: Change of numOwners during runtime
Key: ISPN-1791
URL: https://issues.jboss.org/browse/ISPN-1791
Project: Infinispan
Issue Type: Feature Request
Components: Distributed Cache
Affects Versions: 5.1.0.FINAL
Reporter: Thomas Fromm
Assignee: Manik Surtani
When the number of nodes increases, I want to increase/decrease the number of numOwners at DIST too.
For me one or both of the following options would be nice:
1) Additional to numOwners an attribute "numOwnersRatio". When numOwners is set, the numOwners value is used as minimum number of owners. If the ratio results into a higher number, this value is used.
e.g. numOwners = 2, numOwnersRatio = 0.5; In case of 3 nodes inside the cluster, the numOwners value of 2 is used. 5 nodes => 3 owner, 8 nodes => 4 owners...
2) Simply change the numOwners setting programmatic via API
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list