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 37E9CE13D for ; Thu, 31 Jan 2013 14:58:11 +0000 (UTC) Received: (qmail 21953 invoked by uid 500); 31 Jan 2013 14:57:54 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 21026 invoked by uid 500); 31 Jan 2013 14:57:40 -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 18863 invoked by uid 99); 31 Jan 2013 14:57:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jan 2013 14:57:16 +0000 Date: Thu, 31 Jan 2013 14:57:15 +0000 (UTC) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CASSANDRA-5206) Cassandra CLI describe keyspace does not show column families correctly 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-5206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-5206. --------------------------------------- Resolution: Not A Problem the cli excludes CFs that include cql3 metadata that it does not understand. use cqlsh instead. > Cassandra CLI describe keyspace does not show column families correctly > ----------------------------------------------------------------------- > > Key: CASSANDRA-5206 > URL: https://issues.apache.org/jira/browse/CASSANDRA-5206 > Project: Cassandra > Issue Type: Bug > Components: API > Affects Versions: 1.2.0, 1.2.1 > Environment: Windows, Linux > Reporter: Tran Huynh > Priority: Minor > > When executing "describe " on Cassandra CLI, often the column families shows an empty list, even though the keyspace does contains some column family. > Below is the result observed when doing a describe keyspace on the "system_traces" keyspace, but this behaviour is observed on user created keyspaces as well. > [default@system_traces] describe system_traces; > Keyspace: system_traces: > Replication Strategy: org.apache.cassandra.locator.SimpleStrategy > Durable Writes: true > Options: [replication_factor:1] > Column Families: -- 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