[
https://jira.jboss.org/jira/browse/JGRP-1087?page=com.atlassian.jira.plug...
]
Richard Achmatowicz commented on JGRP-1087:
-------------------------------------------
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
// set a route for loopback of multicast messages: route add -net 224.0.0.0 netmask
240.0.0.0 dev lo
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
// set a route for loopback of multicast messages: route -A inet6 add ff00::1/8 dev lo
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.4.7
---------------------
Key: JGRP-1087
URL:
https://jira.jboss.org/jira/browse/JGRP-1087
Project: JGroups
Issue Type: Task
Affects Versions: 2.4.7
Reporter: Richard Achmatowicz
Assignee: Richard Achmatowicz
Fix For: 2.4.7
This release is required for the EAP 4.2 and 4.3 CP releases.
The release notes show the following bugs and tasks completed for this release:
Release Notes - JGroups - Version 2.4.7
** Bug
* [JGRP-549] - ConnectionTable: spurious Connection instances on concurrent connects
* [JGRP-956] - Binding to mcast address in UDP.java is not working on Linux with
IPv6
* [JGRP-967] - Deadlock in FD_SOCK
* [JGRP-981] - Wrong view with concurrent startup
* [JGRP-984] - JGroups can not parse IPV6 literals in TCPPING protocol configuration
* [JGRP-990] - Grammatical Error in log message: I'm being am suspected.
* [JGRP-1000] - COMPRESS corrupts some messages
* [JGRP-1060] - NAKACK has inconsistent internal state after concurrent node startup
** Task
* [JGRP-982] - Extend linux method of creating multicast socket to HP-UX
--
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