[
https://jira.jboss.org/jira/browse/JGRP-1087?page=com.atlassian.jira.plug...
]
Richard Achmatowicz commented on JGRP-1087:
-------------------------------------------
A note to myself: there are problems with tests like SizeTest and IpAddressTest which make
use of constructors like this:
IpAddress(5555) ;
IpAddress("127.0.0.1", 5555)
IpAddress(localhost, 5555)
Each of these may create different objects, based on several factors:
(i) the setting of java.net.preferIPv6Addresses
(ii) the entries found for localhost in /etc/hsosts
These can lead to test failures, depending on the settings for (i) and (ii).
For example, if /etc/hosts has entries
127.0.0.1 localhost
::1 localhost
Then resolving localhost to 127.0.0.1 or ::1 depends on the setting of
java.net.preferIPv6Addresses
Also, because IpAddress(port) calls InetAddress.getLocalHost() to get an IP address, the
resulting IP address obtained also depends upon this setting.
So tests can fail in one environment and pass in another.
SizeTest needs to be fixed up to avoid some of these problems.
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, and is primarily a bug fix
release.
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