Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 8774 invoked from network); 8 Oct 2009 21:27:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Oct 2009 21:27:55 -0000 Received: (qmail 17035 invoked by uid 500); 8 Oct 2009 21:27:55 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 17019 invoked by uid 500); 8 Oct 2009 21:27:55 -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 17005 invoked by uid 99); 8 Oct 2009 21:27:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Oct 2009 21:27:55 +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; Thu, 08 Oct 2009 21:27:52 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4D1CE234C04B for ; Thu, 8 Oct 2009 14:27:31 -0700 (PDT) Message-ID: <1367977624.1255037251300.JavaMail.jira@brutus> Date: Thu, 8 Oct 2009 14:27:31 -0700 (PDT) From: "Jonathan Ellis (JIRA)" To: cassandra-commits@incubator.apache.org Subject: [jira] Commented: (CASSANDRA-481) describe_keyspace fails on the system table In-Reply-To: <1553329488.1255027531273.JavaMail.jira@brutus> 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 [ https://issues.apache.org/jira/browse/CASSANDRA-481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12763711#action_12763711 ] Jonathan Ellis commented on CASSANDRA-481: ------------------------------------------ oops, assertions should have been left in. > describe_keyspace fails on the system table > ------------------------------------------- > > Key: CASSANDRA-481 > URL: https://issues.apache.org/jira/browse/CASSANDRA-481 > Project: Cassandra > Issue Type: Bug > Environment: debian lenny amd64, openjdk 6b11-9.1 > Reporter: Brandon Williams > Assignee: Jonathan Ellis > Priority: Minor > Attachments: 481.patch, stub_system_keyspace.patch, test_describe_keyspace.patch > > > When the thrift call describe_keyspace is called on the system table, an NPE is raised: > ERROR - Error occurred during processing of message. > java.lang.NullPointerException > at org.apache.thrift.protocol.TBinaryProtocol.writeString(TBinaryProtocol.java:174) > at org.apache.cassandra.service.Cassandra$describe_keyspace_result.write(Cassandra.java:11109) > at org.apache.cassandra.service.Cassandra$Processor$describe_keyspace.process(Cassandra.java:959) > at org.apache.cassandra.service.Cassandra$Processor.process(Cassandra.java:627) > at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:253) > 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) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.