[jboss-jira] [JBoss JIRA] Commented: (JGRP-296) List and document system properties used in JGroups
Brian Stansberry (JIRA)
jira-events at jboss.com
Sun Sep 3 15:45:43 EDT 2006
[ http://jira.jboss.com/jira/browse/JGRP-296?page=comments#action_12342714 ]
Brian Stansberry commented on JGRP-296:
---------------------------------------
Also, I prefer what you did with things like jgroups.udp.mcast_addr rather than mcast.addr. Easier to remember that way -- last element of property name matches the attribute name. So a convention could be:
jgroups.<protocol name in lower case>.attribute_name
with the second element removed or replaced by something generic if the same system property is used in more than one protocol, e.g.
jgroups.bind_addr (2nd element removed)
jgroups.mcast.ip_ttl (2nd element is 'mcast' since the same value is used for both UDP and MPING)
> 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
--
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