[jboss-jira] [JBoss JIRA] Commented: (JGRP-1087) Release JGroups 2.4.7
Richard Achmatowicz (JIRA)
jira-events at lists.jboss.org
Tue Nov 3 13:48:05 EST 2009
[ https://jira.jboss.org/jira/browse/JGRP-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12492889#action_12492889 ]
Richard Achmatowicz commented on JGRP-1087:
-------------------------------------------
Concerning ConnectionTableTest:
In 2.4.6, there were only two tests, testStopCoinnectionTable and testStopConnectionTableNIO. In testStopConnectiontable, the two connection table instances were not started (i.e. no ct1.start() nor ct2.start()).
The tests pass in this configuration.
In 2.4.7, a third test, testConcurrentConnect was added, and the connection table instances on testStopConnectionTable were added. This was done to mimic what is being done in the 2.6.x version of the test.
Despite the fact that testConcurrentConnect always passes, it uses the same ports as the two tests which follow it and this causes some kind of interference. The exception is:
<testcase classname="org.jgroups.blocks.ConnectionTableTest" name="testStopConnectionTable" time="0.0090">
<error message="No available port to bind to" type="java.net.BindException">java.net.BindException: No available port to bind to
at org.jgroups.blocks.ConnectionTable.createServerSocket(ConnectionTable.java:357)
at org.jgroups.blocks.ConnectionTable.start(ConnectionTable.java:175)
at org.jgroups.blocks.ConnectionTable.<init>(ConnectionTable.java:119)
at org.jgroups.blocks.ConnectionTableTest.testStopConnectionTable(ConnectionTableTest.java:153)
</error>
> 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
More information about the jboss-jira
mailing list