Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 99001 invoked from network); 17 Feb 2010 20:12:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Feb 2010 20:12:49 -0000 Received: (qmail 30259 invoked by uid 500); 17 Feb 2010 20:12:48 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 30224 invoked by uid 500); 17 Feb 2010 20:12:48 -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 30214 invoked by uid 99); 17 Feb 2010 20:12:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Feb 2010 20:12:48 +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; Wed, 17 Feb 2010 20:12:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E8DF829A0011 for ; Wed, 17 Feb 2010 12:12:27 -0800 (PST) Message-ID: <801284980.342691266437547952.JavaMail.jira@brutus.apache.org> Date: Wed, 17 Feb 2010 20:12:27 +0000 (UTC) From: "Gary Dusbabek (JIRA)" To: cassandra-commits@incubator.apache.org Subject: [jira] Created: (CASSANDRA-806) Unit tests log RTE to stderr even though tests still succeed. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Unit tests log RTE to stderr even though tests still succeed. ------------------------------------------------------------- Key: CASSANDRA-806 URL: https://issues.apache.org/jira/browse/CASSANDRA-806 Project: Cassandra Issue Type: Bug Affects Versions: 0.6 Reporter: Gary Dusbabek Assignee: Gary Dusbabek Priority: Minor Fix For: 0.6 [junit] ------------- Standard Error ----------------- [junit] ERROR 20:05:29,165 Error in executor futuretask [junit] java.util.concurrent.ExecutionException: java.lang.RuntimeException: No replica strategy configured for ltable [junit] at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:222) [junit] at java.util.concurrent.FutureTask.get(FutureTask.java:83) [junit] at org.apache.cassandra.concurrent.DebuggableThreadPoolExecutor.afterExecute(DebuggableThreadPoolExecutor.java:65) [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:888) [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [junit] at java.lang.Thread.run(Thread.java:619) [junit] Caused by: java.lang.RuntimeException: No replica strategy configured for ltable [junit] at org.apache.cassandra.service.StorageService.getReplicationStrategy(StorageService.java:245) [junit] at org.apache.cassandra.service.StorageService.getNaturalEndpoints(StorageService.java:1150) [junit] at org.apache.cassandra.service.AntiEntropyService.getNeighbors(AntiEntropyService.java:149) [junit] at org.apache.cassandra.service.AntiEntropyService.access$100(AntiEntropyService.java:88) [junit] at org.apache.cassandra.service.AntiEntropyService$Validator.call(AntiEntropyService.java:487) [junit] at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) [junit] at java.util.concurrent.FutureTask.run(FutureTask.java:138) [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [junit] ... 2 more [junit] ERROR 20:05:31,949 Error in executor futuretask [junit] java.util.concurrent.ExecutionException: java.lang.RuntimeException: No replica strategy configured for rtable [junit] at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:222) [junit] at java.util.concurrent.FutureTask.get(FutureTask.java:83) [junit] at org.apache.cassandra.concurrent.DebuggableThreadPoolExecutor.afterExecute(DebuggableThreadPoolExecutor.java:65) [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:888) [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [junit] at java.lang.Thread.run(Thread.java:619) [junit] Caused by: java.lang.RuntimeException: No replica strategy configured for rtable [junit] at org.apache.cassandra.service.StorageService.getReplicationStrategy(StorageService.java:245) [junit] at org.apache.cassandra.service.StorageService.getNaturalEndpoints(StorageService.java:1150) [junit] at org.apache.cassandra.service.AntiEntropyService.getNeighbors(AntiEntropyService.java:149) [junit] at org.apache.cassandra.service.AntiEntropyService.access$100(AntiEntropyService.java:88) [junit] at org.apache.cassandra.service.AntiEntropyService$Validator.call(AntiEntropyService.java:487) [junit] at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) [junit] at java.util.concurrent.FutureTask.run(FutureTask.java:138) [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [junit] ... 2 more [junit] ------------- ---------------- --------------- -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.