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 B648211DA for ; Tue, 26 Apr 2011 21:55:42 +0000 (UTC) Received: (qmail 29078 invoked by uid 500); 26 Apr 2011 21:55:42 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 29051 invoked by uid 500); 26 Apr 2011 21:55: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 29043 invoked by uid 99); 26 Apr 2011 21:55: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:55: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:55: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 329EAB5B0A for ; Tue, 26 Apr 2011 21:55:03 +0000 (UTC) Date: Tue, 26 Apr 2011 21:55:03 +0000 (UTC) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Message-ID: <941366284.4082.1303854903204.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 ] Jonathan Ellis updated CASSANDRA-2570: -------------------------------------- Component/s: API Fix Version/s: 0.8.0 Assignee: Pavel Yaskevich > 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 > Components: API > Affects Versions: 0.8 beta 1 > Reporter: Cathy Daw > Assignee: Pavel Yaskevich > Priority: Trivial > Labels: cql > Fix For: 0.8.0 > > > 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