[jboss-jira] [JBoss JIRA] Created: (JBAS-5323) Set loopback="true" in all JGroups stacks
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Tue Mar 18 18:14:50 EDT 2008
Set loopback="true" in all JGroups stacks
-----------------------------------------
Key: JBAS-5323
URL: http://jira.jboss.com/jira/browse/JBAS-5323
Project: JBoss Application Server
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Clustering
Reporter: Brian Stansberry
Assigned To: Brian Stansberry
Priority: Minor
Fix For: JBossAS-5.0.0.CR1
FLUSH and MuxChannel service view messages need to be received by the sender. If there is a problem with multicast on the interface the channel is using, the messages will not be received, leading to long delays and incorrect behavior.
Per Bela, it is fine (desirable) to set loopback="true" in the transport protocol in each stack. This will ensure the channel receives its own messages.
If multicast isn't working, the channel will of course not be able to communicate with other members, and thus isn't really working properly. But, debugging and resolving these sorts of connectivity issues is something well documented in JGroups docs, wikis etc. The new weird behavior you get when FLUSH and MuxChannel can't receive their own messages is not easy to understand.
--
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