[jboss-jira] [JBoss JIRA] Commented: (JGRP-1220) The size of the logical address cache (logical_addr_cache) configuration is not taken into consideration in TP.java
Bela Ban (JIRA)
jira-events at lists.jboss.org
Thu Jun 17 16:20:46 EDT 2010
[ https://jira.jboss.org/browse/JGRP-1220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12536169#action_12536169 ]
Bela Ban commented on JGRP-1220:
--------------------------------
Wow: 300 nodes ? I'm curious what you do with them ? That's one of the largest clusters I've ever heard of !
Anyway, thanks for catching this !
> The size of the logical address cache (logical_addr_cache) configuration is not taken into consideration in TP.java
> -------------------------------------------------------------------------------------------------------------------
>
> Key: JGRP-1220
> URL: https://jira.jboss.org/browse/JGRP-1220
> Project: JGroups
> Issue Type: Bug
> Affects Versions: 2.9
> Reporter: Felix Trepanier
> Assignee: Bela Ban
> Fix For: 2.10
>
>
> We are currently using version 2.8 with cluster with more than 300 nodes. We encountered a limitation because of the size of the physical address hardcoded to 20 in 2.8. I noticed that 2.10 solved the issue and used the code to fix 2.8. But I realized that since the logical_addr_cache is created inline and not in the init() method, the configuration does not affect its size since it uses the default value of 20.
> The cache should be created in the init() method for the configuration properties to be taken into account.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list