[jboss-jira] [JBoss JIRA] Commented: (JGRP-1087) Release JGroups 2.4.7
Richard Achmatowicz (JIRA)
jira-events at lists.jboss.org
Tue Nov 3 20:56:17 EST 2009
[ https://jira.jboss.org/jira/browse/JGRP-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12492958#action_12492958 ]
Richard Achmatowicz commented on JGRP-1087:
-------------------------------------------
Ran through some manual tests (org.jgroups.Draw ) using two local laptops and IPv6 addresses to verify connectivity over IPv6 and TCPPING parsing.
For example, running two instances of Draw oin a single host using TCP:
$ java -Djava.net.preferIPv4Stack=false -Djgroups.bind_addr=::1 -Djgroups.tcpping.initial_hosts="::1[7800],::1[7801]" org.jgroups.demos.Draw -props tcp.xml
Nov 3, 2009 8:31:19 PM org.jgroups.JChannel init
INFO: JGroups version: 2.4.7.GA
Nov 3, 2009 8:31:19 PM org.jgroups.protocols.FRAG2 setProperties
INFO: frag_size=60000, overhead=200, new frag_size=59800
Nov 3, 2009 8:31:19 PM org.jgroups.protocols.FRAG2 up
INFO: received CONFIG event: {bind_addr=/0:0:0:0:0:0:0:1}
Nov 3, 2009 8:31:19 PM org.jgroups.blocks.ConnectionTable start
INFO: server socket created on 0:0:0:0:0:0:0:1:7801
---------------------------------------------------------
GMS: address is 0:0:0:0:0:0:0:1:7801 (cluster=DrawGroupDemo)
---------------------------------------------------------
Nov 3, 2009 8:31:19 PM org.jgroups.blocks.ConnectionTable getConnection
INFO: created socket to 0:0:0:0:0:0:0:1:7800
** View=[0:0:0:0:0:0:0:1:7800|1] [0:0:0:0:0:0:0:1:7800, 0:0:0:0:0:0:0:1:7801]
$ java -Djava.net.preferIPv4Stack=false -Djgroups.bind_addr=::1 -Djgroups.tcpping.initial_hosts="::1[7800],::1[7801]" org.jgroups.demos.Draw -props tcp.xmlLocking assertion failure. Backtrace:
Nov 3, 2009 8:30:27 PM org.jgroups.JChannel init
INFO: JGroups version: 2.4.7.GA
Nov 3, 2009 8:30:28 PM org.jgroups.protocols.FRAG2 setProperties
INFO: frag_size=60000, overhead=200, new frag_size=59800
Nov 3, 2009 8:30:28 PM org.jgroups.protocols.FRAG2 up
INFO: received CONFIG event: {bind_addr=/0:0:0:0:0:0:0:1}
Nov 3, 2009 8:30:28 PM org.jgroups.blocks.ConnectionTable start
INFO: server socket created on 0:0:0:0:0:0:0:1:7800
---------------------------------------------------------
GMS: address is 0:0:0:0:0:0:0:1:7800 (cluster=DrawGroupDemo)
---------------------------------------------------------
** View=[0:0:0:0:0:0:0:1:7800|0] [0:0:0:0:0:0:0:1:7800]
** View=[0:0:0:0:0:0:0:1:7800|1] [0:0:0:0:0:0:0:1:7800, 0:0:0:0:0:0:0:1:7801]
Similarly, runing Draw across a network using two hosts (one host's view):
$ java -Djava.net.preferIPv4Stack=false -Djgroups.bind_addr=3ffe:ffff:0100:f101::1 -Djgroups.tcpping.initial_hosts="3ffe:ffff:0100:f101::1[7800],3ffe:ffff:0100:f101::2[7800]" -Djgroups.udp.mcast_addr=ff0e::1:2:3 org.jgroups.demos.Draw -props tcp.xml
Nov 3, 2009 8:52:07 PM org.jgroups.JChannel init
INFO: JGroups version: 2.4.7.GA
Nov 3, 2009 8:52:07 PM org.jgroups.protocols.FRAG2 setProperties
INFO: frag_size=60000, overhead=200, new frag_size=59800
Nov 3, 2009 8:52:07 PM org.jgroups.protocols.FRAG2 up
INFO: received CONFIG event: {bind_addr=/3ffe:ffff:100:f101:0:0:0:1}
Nov 3, 2009 8:52:07 PM org.jgroups.blocks.ConnectionTable start
INFO: server socket created on 3ffe:ffff:100:f101:0:0:0:1:7800
---------------------------------------------------------
GMS: address is 3ffe:ffff:100:f101:0:0:0:1:7800 (cluster=DrawGroupDemo)
---------------------------------------------------------
Nov 3, 2009 8:52:07 PM org.jgroups.blocks.ConnectionTable getConnection
INFO: created socket to 3ffe:ffff:100:f101:0:0:0:2:7800
** View=[3ffe:ffff:100:f101:0:0:0:2:7800|5] [3ffe:ffff:100:f101:0:0:0:2:7800, 3ffe:ffff:100:f101:0:0:0:1:7800]
** View=[3ffe:ffff:100:f101:0:0:0:2:7800|6] [3ffe:ffff:100:f101:0:0:0:1:7800]
Nov 3, 2009 8:52:17 PM org.jgroups.blocks.ConnectionTable getConnection
INFO: created socket to 3ffe:ffff:100:f101:0:0:0:2:7800
Nov 3, 2009 8:52:40 PM org.jgroups.blocks.ConnectionTable run
INFO: exception is java.net.SocketException: Socket closed
> 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
>
> Attachments: JGroups_2_4_7_GA.results.zip
>
>
> 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