[jboss-jira] [JBoss JIRA] Commented: (JGRP-1011) Release JGroups 2.6.11
Richard Achmatowicz (JIRA)
jira-events at lists.jboss.org
Thu Jul 16 12:32:29 EDT 2009
[ https://jira.jboss.org/jira/browse/JGRP-1011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12476587#action_12476587 ]
Richard Achmatowicz commented on JGRP-1011:
-------------------------------------------
Testing for the release usually involves the following set of tests:
(i) run the unit/functional tests (unittests-xml)
(ii) run the non-unit tests against udp (all-tests-udp)
(iii) run the non-unit tests against tcp (all-tests-tcp)
(iv) run the manual tests
These tests are usually run against IPv4 non-loopback addresses.
However, this time, I will run the tests against
a) IPv4 loopback addresses
b) IPv4 non-loopback addresses
c) IPv6 loopback addresses
d) IPv6 non-loopback, global addresses
The configs used are as follows:
// IPv4 loopback
jgroups.bind_addr=127.0.0.1
jgroups.tcpping.initial_hosts=127.0.0.1[7800]
jgroups.udp.mcast_addr=232.15.15.15
jgroups.udp.mcast_port=45588
jgroups.udp.ip_ttl=5
jgroups.tunnel.router_host=127.0.0.1
jgroups.tunnel.router_port=12001
# use true for IPv6 and false for IPv4
jgroups.useIPv6=false
// IPv4 non-loopback
jgroups.bind_addr=192.168.2.12
jgroups.tcpping.initial_hosts=192.168.2.12[7800]
jgroups.udp.mcast_addr=232.15.15.15
jgroups.udp.mcast_port=45588
jgroups.udp.ip_ttl=5
jgroups.tunnel.router_host=192.168.2.12
jgroups.tunnel.router_port=12001
# use true for IPv6 and false for IPv4
jgroups.useIPv6=false
// IPv6 loopback
jgroups.bind_addr=::1
jgroups.tcpping.initial_hosts=::1[7800]
jgroups.udp.mcast_addr=ff01::1
jgroups.udp.mcast_port=45588
jgroups.udp.ip_ttl=5
jgroups.tunnel.router_host=::1
jgroups.tunnel.router_port=12001
# use true for IPv6 and false for IPv4
jgroups.useIPv6=true
// IPv6 non-loopback
jgroups.bind_addr=3ffe:ffff:0100:f101::1
jgroups.tcpping.initial_hosts=3ffe:ffff:0100:f101::1[7800]
jgroups.udp.mcast_addr=ff0e::1:2:3
jgroups.udp.mcast_port=45588
jgroups.udp.ip_ttl=5
jgroups.tunnel.router_host=3ffe:ffff:0100:f101::1
jgroups.tunnel.router_port=12001
# use true for IPv6 and false for IPv4
jgroups.useIPv6=true
> Release JGroups 2.6.11
> ----------------------
>
> Key: JGRP-1011
> URL: https://jira.jboss.org/jira/browse/JGRP-1011
> Project: JGroups
> Issue Type: Task
> Affects Versions: 2.6.11
> Reporter: Richard Achmatowicz
> Assignee: Richard Achmatowicz
> Fix For: 2.6.11
>
>
> This release is required for EAP 5.0 Beta testing. It may be that during the EAP testing cycle, further fixes will be required to JGroups.
> Here are the fixes which are so far logged against this release:
> Release Notes - JGroups - Version 2.6.11
> ** Bug
> * [JGRP-912] - Failed to parse the jgroups.xml file
> * [JGRP-984] - JGroups can not parse IPV6 literals in TCPPING protocol configuration
> * [JGRP-985] - Flush and join problems during constant node failures and constant joins
> * [JGRP-986] - FLUSH: relax event sequencing for a joining member
> * [JGRP-997] - AUTH: incorrect matching of src against memberList
> * [JGRP-1000] - COMPRESS corrupts some messages
> * [JGRP-1006] - Shared transport: shunned multiple channels can not reconnect
> ** Task
> * [JGRP-982] - Extend linux method of creating multicast socket to HP-UX
> * [JGRP-1004] - GroupRequest: don't ignore InterruptedException
> Over and above these issues, this release needs to be throughly tested against IPv6 and this will require changes to the testsuite, as were applied to 2.4.6 (JGRP-951).
>
> There are other IPv6-related issues which also should be addressed, in particular JGRP-956.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list