You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Tran Huynh (JIRA)" <ji...@apache.org> on 2013/01/31 15:53:13 UTC

[jira] [Created] (CASSANDRA-5206) Cassandra CLI describe keyspace does not show column families correctly

Tran Huynh created CASSANDRA-5206:
-------------------------------------

             Summary: 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.1, 1.2.0
         Environment: Windows, Linux
            Reporter: Tran Huynh
            Priority: Minor


When executing "describe <keyspace>" 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