You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Todd Burruss <bb...@real.com> on 2010/03/10 01:08:07 UTC

IllegalStateException: Queue full

using tip of 0.6 branch with 864.txt patch.  i have 4 nodes, one node is overcome with compaction right now.  i started with no load then added a tiny bit of load and almost immediately got these errors on the other 3 nodes.

2010-03-09 16:05:43,004 ERROR [RESPONSE-STAGE:982] [CassandraDaemon.java:78] Fatal exception in thread Thread[RESPONSE-STAGE:982,5,main]
java.lang.IllegalStateException: Queue full
	at java.util.AbstractQueue.add(AbstractQueue.java:71)
	at org.apache.cassandra.service.QuorumResponseHandler.response(QuorumResponseHandler.java:90)
	at org.apache.cassandra.net.ResponseVerbHandler.doVerb(ResponseVerbHandler.java:35)
	at org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:40)
	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:619)

Re: IllegalStateException: Queue full

Posted by Jonathan Ellis <jb...@gmail.com>.
v2 of patch attached to #864 (replaces old one)

On Tue, Mar 9, 2010 at 6:08 PM, Todd Burruss <bb...@real.com> wrote:
> using tip of 0.6 branch with 864.txt patch.  i have 4 nodes, one node is overcome with compaction right now.  i started with no load then added a tiny bit of load and almost immediately got these errors on the other 3 nodes.
>
> 2010-03-09 16:05:43,004 ERROR [RESPONSE-STAGE:982] [CassandraDaemon.java:78] Fatal exception in thread Thread[RESPONSE-STAGE:982,5,main]
> java.lang.IllegalStateException: Queue full
>        at java.util.AbstractQueue.add(AbstractQueue.java:71)
>        at org.apache.cassandra.service.QuorumResponseHandler.response(QuorumResponseHandler.java:90)
>        at org.apache.cassandra.net.ResponseVerbHandler.doVerb(ResponseVerbHandler.java:35)
>        at org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:40)
>        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:619)
>