[
https://issues.jboss.org/browse/AS7-1214?page=com.atlassian.jira.plugin.s...
]
Paul Ferraro updated AS7-1214:
------------------------------
Summary: Using specific socket-binding does not override bind address
for pbcast.STREAMING_STATE_TRANSFER (was: Cannot override bind address of
pbcast.STREAMING_STATE_TRANSFER)
Workaround Description:
If you're having connection related state transfer issues, try:
<protocol type="pbcast.STREAMING_STATE_TRANSFER">
<property name="bind_addr">insert-bind-address-here</property>
</protocol>
or,
<protocol type="pbcast.STREAMING_STATE_TRANSFER">
<property name="use_default_transport">true</property>
</protocol>
was:
If you're having connection related state transfer issues, try:
<protocol type="pbcast.STREAMING_STATE_TRANSFER">
<property name="use_default_transport">true</property>
</protocol>
Or alternatively, define a jgroups.bind_addr system property, which will be picked up by
pbcast.STREAMING_STATE_TRANSFER.
Using specific socket-binding does not override bind address for
pbcast.STREAMING_STATE_TRANSFER
------------------------------------------------------------------------------------------------
Key: AS7-1214
URL:
https://issues.jboss.org/browse/AS7-1214
Project: Application Server 7
Issue Type: Bug
Components: Clustering
Affects Versions: 7.0.0.CR1
Reporter: Paul Ferraro
Assignee: Paul Ferraro
You should be able to override the bind_addr by defining a specific socket-binding,
however, this only sets the bind_port, not the bind_addr. That's the bug.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira