[jboss-jira] [JBoss JIRA] (JGRP-1689) max_dynamic_hosts in TCPPING
Bela Ban (JIRA)
jira-events at lists.jboss.org
Tue Sep 10 10:35:05 EDT 2013
[ https://issues.jboss.org/browse/JGRP-1689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bela Ban updated JGRP-1689:
---------------------------
Fix Version/s: 3.4
> 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
> Fix For: 3.4
>
>
> @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