[jboss-jira] [JBoss JIRA] (JGRP-1689) max_dynamic_hosts in TCPPING

Bela Ban (JIRA) jira-events at lists.jboss.org
Tue Sep 10 10:31:03 EDT 2013


    [ https://issues.jboss.org/browse/JGRP-1689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803148#comment-12803148 ] 

Bela Ban commented on JGRP-1689:
--------------------------------

dynamic_hosts is set to the value of max_dynamic_hosts *before* max_dynamic_hosts is set through configuration, so it is always 100.
                
> max_dynamic_hosts in TCPPING
> ----------------------------
>
>                 Key: JGRP-1689
>                 URL: https://issues.jboss.org/browse/JGRP-1689
>             Project: JGroups
>          Issue Type: Bug
>            Reporter: shen kim
>            Assignee: Bela Ban
>
> @Property(description="max number of hosts to keep beyond the ones in initial_hosts")
> protected int max_dynamic_hosts=100;
> protected final BoundedList<PhysicalAddress> dynamic_hosts=new BoundedList<PhysicalAddress>(max_dynamic_hosts);
> ---------------------------------------------------------------------
> Even though set the max_dynamic_hosts with xml config, dynamic_hosts would still init before max_dynamic_hosts be covered

--
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 jboss-jira mailing list