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 8A468136B for ; Tue, 26 Apr 2011 21:26:42 +0000 (UTC) Received: (qmail 83675 invoked by uid 500); 26 Apr 2011 21:26:42 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 83653 invoked by uid 500); 26 Apr 2011 21:26:42 -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 83645 invoked by uid 99); 26 Apr 2011 21:26:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Apr 2011 21:26:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Apr 2011 21:26:41 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id C670AB51FA for ; Tue, 26 Apr 2011 21:26:03 +0000 (UTC) Date: Tue, 26 Apr 2011 21:26:03 +0000 (UTC) From: "Cathy Daw (JIRA)" To: commits@cassandra.apache.org Message-ID: <793602109.3984.1303853163809.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <869130929.3962.1303853043410.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CASSANDRA-2570) CQL: incorrect error message running truncate on CF that does not exist 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-2570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cathy Daw updated CASSANDRA-2570: --------------------------------- Description: Run truncate on a CF that does not exist. The error message is misleading. *CQLSH* {code} cqlsh> truncate aaaa; Unable to complete request: one or more nodes were unavailable. {code} *cassandra-cli* {code} [default@cqldb] truncate aaaaaaaaa; aaaaaaaaa not found in current keyspace. {code} was: Run truncate on a CF that does not exist. The error message is misleading. {code} cqlsh> truncate aaaa; Unable to complete request: one or more nodes were unavailable. {code} > CQL: incorrect error message running truncate on CF that does not exist > ----------------------------------------------------------------------- > > Key: CASSANDRA-2570 > URL: https://issues.apache.org/jira/browse/CASSANDRA-2570 > Project: Cassandra > Issue Type: Bug > Affects Versions: 0.8 beta 1 > Reporter: Cathy Daw > Priority: Trivial > Labels: cql > > Run truncate on a CF that does not exist. The error message is misleading. > *CQLSH* > {code} > cqlsh> truncate aaaa; > Unable to complete request: one or more nodes were unavailable. > {code} > *cassandra-cli* > {code} > [default@cqldb] truncate aaaaaaaaa; > aaaaaaaaa not found in current keyspace. > {code} -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira