[jboss-jira] [JBoss JIRA] (JGRP-1411) FD_SOCK ArrayIndexOutOfBoundsException with concurrent stop and message receive
Galder Zamarreño (Created) (JIRA)
jira-events at lists.jboss.org
Wed Jan 11 08:53:09 EST 2012
FD_SOCK ArrayIndexOutOfBoundsException with concurrent stop and message receive
-------------------------------------------------------------------------------
Key: JGRP-1411
URL: https://issues.jboss.org/browse/JGRP-1411
Project: JGroups
Issue Type: Bug
Affects Versions: 3.0.2
Reporter: Galder Zamarreño
Assignee: Bela Ban
Fix For: 3.0.3
Stopping JGroups channel and concurrently receiving a message can result in an error like this:
{code}2012-01-11 14:41:13,633 4377 ERROR [org.jgroups.protocols.pbcast.NAKACK] (Incoming-2,infinispan-hibernate-cluster,dhcp-144-239-60991:) couldn't deliver message [dst: <null>, src: dhcp-144-239-44597 (3 headers), size=0 bytes]
java.lang.ArrayIndexOutOfBoundsException
at java.lang.System.arraycopy(Native Method)
at java.util.ArrayList.addAll(ArrayList.java:475)
at org.jgroups.protocols.FD_SOCK.down(FD_SOCK.java:327)
at org.jgroups.protocols.FD.down(FD.java:283){code}
A bigger stacktrace can be found in https://gist.github.com/1594726
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list