[jboss-jira] [JBoss JIRA] Updated: (JGRP-296) List and document system properties used in JGroups
Bela Ban (JIRA)
jira-events at jboss.com
Mon Sep 4 06:09:43 EDT 2006
[ http://jira.jboss.com/jira/browse/JGRP-296?page=all ]
Bela Ban updated JGRP-296:
--------------------------
Description:
- bind.address
- ignore.bind.address
- jboss.tcpping.initial_hosts
- jboss.partition.udpPort
- jboss.partition.udpGroup
- jboss.mcast.ip.ttl
#1 Collect all system properties used by JGroups
#2 Agree on standardized names (e.g. jboss.partition.udpPort --> jgroups.udp.mcast_port)
#3 Document all properties used by JGroups
#4 Implement support for both new and old system properties: try to get the value for the new one first (e.g. jgroups.bind_addr), then - if not found - the old one (bind.address). In this case, it probably makes sense to create a function in Util which does this, plus also takes jgroups.ignore.bind_addr into account
was:
- bind.address
- ignore.bind.address
- jboss.tcpping.initial_hosts
- jboss.partition.udpPort
- jboss.partition.udpGroup
- jboss.mcast.ip.ttl
#1 Collect all system properties used by JGroups
#2 Agree on standardized names (e.g. jboss.partition.udpPort --> jgroups.udp.mcast_port)
#3 Document all properties used by JGroups
> List and document system properties used in JGroups
> ---------------------------------------------------
>
> Key: JGRP-296
> URL: http://jira.jboss.com/jira/browse/JGRP-296
> Project: JGroups
> Issue Type: Task
> Affects Versions: 2.3 SP1
> Reporter: Bela Ban
> Assigned To: Bela Ban
> Priority: Minor
> Fix For: 2.4
>
>
> - bind.address
> - ignore.bind.address
> - jboss.tcpping.initial_hosts
> - jboss.partition.udpPort
> - jboss.partition.udpGroup
> - jboss.mcast.ip.ttl
> #1 Collect all system properties used by JGroups
> #2 Agree on standardized names (e.g. jboss.partition.udpPort --> jgroups.udp.mcast_port)
> #3 Document all properties used by JGroups
> #4 Implement support for both new and old system properties: try to get the value for the new one first (e.g. jgroups.bind_addr), then - if not found - the old one (bind.address). In this case, it probably makes sense to create a function in Util which does this, plus also takes jgroups.ignore.bind_addr into account
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list