[jboss-jira] [JBoss JIRA] Created: (JGRP-1220) The size of the logical address cache (logical_addr_cache) configuration is not taken into consideration in TP.java

Felix Trepanier (JIRA) jira-events at lists.jboss.org
Thu Jun 17 14:30:46 EDT 2010


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


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