You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Nick Bailey (JIRA)" <ji...@apache.org> on 2011/01/18 17:06:43 UTC

[jira] Commented: (CASSANDRA-2002) ArrayIndexOutOfBoundsException in RequestResponseStage

    [ https://issues.apache.org/jira/browse/CASSANDRA-2002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983239#action_12983239 ] 

Nick Bailey commented on CASSANDRA-2002:
----------------------------------------

This is the same as CASSANDRA-1959 which has been resolved

> ArrayIndexOutOfBoundsException in RequestResponseStage
> ------------------------------------------------------
>
>                 Key: CASSANDRA-2002
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2002
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.7.0
>         Environment: Linux, no jna, java 1.6.22
>            Reporter: Mikael Sitruk
>
> During the execution of Cassandra, i see error message in log
> ERROR [RequestResponseStage:10] 2011-01-18 00:31:03,514 AbstractCassandraDaemon.java (line 91) Fatal exception in thread Thread[RequestResponseStage:10,5,main]
> java.lang.ArrayIndexOutOfBoundsException: -1
> 	at java.util.ArrayList.fastRemove(ArrayList.java:441)
> 	at java.util.ArrayList.remove(ArrayList.java:424)
> 	at com.google.common.collect.AbstractMultimap.remove(AbstractMultimap.java:219)
> 	at com.google.common.collect.ArrayListMultimap.remove(ArrayListMultimap.java:60)
> 	at org.apache.cassandra.net.MessagingService.responseReceivedFrom(MessagingService.java:436)
> 	at org.apache.cassandra.net.ResponseVerbHandler.doVerb(ResponseVerbHandler.java:40)
> 	at org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:63)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> 	at java.lang.Thread.run(Thread.java:662)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.