Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 99143 invoked from network); 12 May 2009 19:21:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 May 2009 19:21:08 -0000 Received: (qmail 60493 invoked by uid 500); 12 May 2009 19:21:08 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 60487 invoked by uid 500); 12 May 2009 19:21:08 -0000 Mailing-List: contact cassandra-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-commits@incubator.apache.org Received: (qmail 60477 invoked by uid 99); 12 May 2009 19:21:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 May 2009 19:21:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 May 2009 19:21:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8F85D234C004 for ; Tue, 12 May 2009 12:20:45 -0700 (PDT) Message-ID: <1020237118.1242156045573.JavaMail.jira@brutus> Date: Tue, 12 May 2009 12:20:45 -0700 (PDT) From: "Jonathan Ellis (JIRA)" To: cassandra-commits@incubator.apache.org Subject: [jira] Created: (CASSANDRA-165) RejectedExecutionException in getKeyRange MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org RejectedExecutionException in getKeyRange ----------------------------------------- Key: CASSANDRA-165 URL: https://issues.apache.org/jira/browse/CASSANDRA-165 Project: Cassandra Issue Type: Bug Reporter: Jonathan Ellis Assignee: Jonathan Ellis Haven't been able to repro in unit tests but fails in system tests about 50% of the time. java.lang.RuntimeException: java.util.concurrent.RejectedExecutionException at org.apache.cassandra.service.RangeVerbHandler.doVerb(RangeVerbHandler.java:27) at org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:46) 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) Caused by: java.util.concurrent.RejectedExecutionException at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:1760) at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:767) at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:658) at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:92) at org.apache.cassandra.db.Memtable.sortedKeyIterator(Memtable.java:412) at org.apache.cassandra.db.Table.getKeyRangeUnsafe(Table.java:912) at org.apache.cassandra.db.Table.getKeyRange(Table.java:883) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.