[
https://issues.jboss.org/browse/AS7-5334?page=com.atlassian.jira.plugin.s...
]
Richard Achmatowicz commented on AS7-5334:
------------------------------------------
Example of the logging in action:
{noformat}
15:45:58,497 INFO [org.jboss.as.osgi] (MSC service thread 1-4) JBAS011907: Register
module: Module "deployment.cluster-demo.war:main" from Service Module Loader
15:45:58,528 WARN [org.jboss.as.clustering.jgroups] (ChannelService lifecycle - 1)
property bind_addr for protocol TCP attempting to override socket binding value 127.0.0.1
: property value 127.0.0.3 will be ignored
15:45:58,536 WARN [org.jboss.as.clustering.jgroups] (ChannelService lifecycle - 1)
property bind_addr for protocol MPING attempting to override socket binding value
127.0.0.1 : property value 127.0.0.2 will be ignored
15:45:58,537 WARN [org.jboss.as.clustering.jgroups] (ChannelService lifecycle - 1)
property mcast_port for protocol MPING attempting to override socket binding value 45700 :
property value 45701 will be ignored
{noformat}
JGroups protocol properties overriding socket binding values are
silently ignored
---------------------------------------------------------------------------------
Key: AS7-5334
URL:
https://issues.jboss.org/browse/AS7-5334
Project: Application Server 7
Issue Type: Bug
Components: Clustering
Affects Versions: 7.1.2.Final (EAP)
Reporter: Richard Achmatowicz
Assignee: Richard Achmatowicz
Fix For: 7.1.3.Final (EAP)
In JGroups subsystem processing, JGroups protocol properties are updated correctly in the
model but not always correctly applied to the runtime configuration.
For example, specifying an MPING.mcast_port as a property of the protocol MPING will be
overridden by the value of the multicast port in the associated socket binding.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira