Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3AB4410420 for ; Wed, 24 Apr 2013 20:41:19 +0000 (UTC) Received: (qmail 75738 invoked by uid 500); 24 Apr 2013 20:41:17 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 75694 invoked by uid 500); 24 Apr 2013 20:41:17 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 75606 invoked by uid 99); 24 Apr 2013 20:41:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Apr 2013 20:41:17 +0000 Date: Wed, 24 Apr 2013 20:41:17 +0000 (UTC) From: "Tobias Grahn (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-5512) forceTablePrimaryRange fails with nullpointer exception MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-5512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13640923#comment-13640923 ] Tobias Grahn commented on CASSANDRA-5512: ----------------------------------------- UPDATE ====== The jmx operation is successfully invoked on node 1 according to system.log (AntiEntropySession started) but the other two nodes generates nullpointer exception. > forceTablePrimaryRange fails with nullpointer exception > ------------------------------------------------------- > > Key: CASSANDRA-5512 > URL: https://issues.apache.org/jira/browse/CASSANDRA-5512 > Project: Cassandra > Issue Type: Bug > Components: Core > Affects Versions: 1.2.3 > Environment: Linux red hat, java 1.6.43 > three nodes > Reporter: Tobias Grahn > Priority: Critical > > Running JMX operation forceTablePrimaryRange fails with nullpointer exception. > Three node cluster with one keyspace and one large columnfamily. > Works when running nodetool -pr but not over JMX. > Stacktrace: > ERROR [MiscStage:1] 2013-04-24 09:53:02,884 CassandraDaemon.java (line 164) Exception in thread Thread[MiscStage:1,5,main] > java.lang.NullPointerException > at org.apache.cassandra.service.SnapshotVerbHandler.doVerb(SnapshotVerbHandler.java:38) > at org.apache.cassandra.net.MessageDeliveryTask.run(MessageDeliveryTask.java:56) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) > at java.lang.Thread.run(Thread.java:662) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira