[jboss-jira] [JBoss JIRA] (JGRP-1689) max_dynamic_hosts in TCPPING
shen kim (JIRA)
jira-events at lists.jboss.org
Tue Sep 10 10:12:03 EDT 2013
shen kim created JGRP-1689:
------------------------------
Summary: 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