[jboss-jira] [JBoss JIRA] (AS7-4140) Change distributtion of -Dmcast through testsuite
Richard Achmatowicz (JIRA)
jira-events at lists.jboss.org
Tue Mar 13 13:47:47 EDT 2012
[ https://issues.jboss.org/browse/AS7-4140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12676524#comment-12676524 ]
Richard Achmatowicz edited comment on AS7-4140 at 3/13/12 1:46 PM:
-------------------------------------------------------------------
I have confirmed with Andy Taylor that for the standalone-full-ha.xml messaging configuration, the broadcast-group and the discovery-group:
- should be using the same multicast channel (i.e. same address and port)
- work correctly when using the same multicast channel
At present, standalone-full-ha.xml is not used for testing in the AS71 testsuite, as far as I can tell. However, in case it is used in furture, we should update the config generation so that it is properly processed.
Therefore, we need to add the messaging configuration to the list of XSL transformations in changeIPAddresses.xsl so that the multicast addresses are replaced by -Dmcast, whether -Dipv6 is true or not. Because the ports used are not used by any other multicast channels, this should work for testing.
Ondra, can you set this up?
Once this is set up and tested, we can close this issue, I believe.
was (Author: rachmato):
I have confirmed with Andy Taylor that for the standalone-full-ha.xml messaging configuration, the broadcast-group and the discovery-group:
- should be using the same multicast channel (i.e. same address and port)
- work correctly when using the same multicast channel
At present, standalone-full-ha.xml is not used for testing in the AS71 testsuite, as far as I can tell. However, in case it is used in furture, we should update the config generation so that it is properly processed.
Therefore, we need to add the messaging configuration to the list of XSL transformations in changeIPAddresses.xsl so that the multicast addresses are replaced by -Dmcast, whether -Dipv6 is true or not. Because the ports used are not used by any other multicast channels, this should work for testing.
Ondra, can you set this up?
> Change distributtion of -Dmcast through testsuite
> -------------------------------------------------
>
> Key: AS7-4140
> URL: https://issues.jboss.org/browse/AS7-4140
> Project: Application Server 7
> Issue Type: Feature Request
> Components: Test Suite
> Affects Versions: 7.1.1.Final
> Reporter: Pavel Janousek
> Assignee: Richard Achmatowicz
> Priority: Blocker
> Fix For: 7.1.2.Final
>
>
> Please change present behavior.
> We need to define only one property -Dmcast (for ex., the name doesn't matter now) as command line parameter - this multicast address is needed to be distributed to every subsystem which manages any multicast communication. It is needed to be unique in every subsystem - JGroups, HornetQ etc. because we must avoid to interfere each other => port assignation must be unique for every a such component.
> This change is needed in both - IPV4 and IPv6...
--
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
More information about the jboss-jira
mailing list