[jboss-jira] [JBoss JIRA] Created: (JBAS-7981) Use of jgroups.tcpping.initial_hosts in example JGroups configurations

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Wed Apr 28 09:54:11 EDT 2010


Use of jgroups.tcpping.initial_hosts in example JGroups configurations
----------------------------------------------------------------------

                 Key: JBAS-7981
                 URL: https://jira.jboss.org/jira/browse/JBAS-7981
             Project: JBoss Application Server
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Clustering
            Reporter: Brian Stansberry
            Assignee: Brian Stansberry
            Priority: Minor
             Fix For: JBossAS-6.0.0.M4


The TCP JGroups configurations use the property jgroups.tcpping.initial_hosts for the example TCPPING configurations.

            <TCPPING timeout="3000"
                     initial_hosts="${jgroups.tcpping.initial_hosts:localhost[7600],localhost[7601]}"
                     port_range="1"
                     num_initial_members="3"/>

This is the internal JGroups property that overrides all TCPPING.initial_hosts values.
This property should not be used here, as it encourages users to set this property, which has the unintended consequence of overriding *all* TCPPING.initial_hosts values.

Investigate jboss.partition.udpGroup as well, although JGroups shouldn't be using properties in the jboss namespace any more. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list