You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Philip Thompson (JIRA)" <ji...@apache.org> on 2014/09/30 16:40:34 UTC

[jira] [Updated] (CASSANDRA-8023) DESCRIBE KEYSPACES / KEYSPACE no longer works with Cassandra 2.1 and cqlsh

     [ https://issues.apache.org/jira/browse/CASSANDRA-8023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Philip Thompson updated CASSANDRA-8023:
---------------------------------------
    Reproduced In: 2.1.0
    Fix Version/s:     (was: 2.1.0)
                   2.1.1
           Labels: cqlsh  (was: )

> DESCRIBE KEYSPACES / KEYSPACE no longer works with Cassandra 2.1 and cqlsh
> --------------------------------------------------------------------------
>
>                 Key: CASSANDRA-8023
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8023
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>         Environment: Ubuntu 14.04, running in a Docker container with Ubuntu 14.04
>            Reporter: Matthew O'Riordan
>              Labels: cqlsh
>             Fix For: 2.1.1
>
>
> Connecting to my Cassandra 2.1 cluster with the new 5.0.1 version of cqlsh, when I run DESCRIBE KEYSPACES I am told there are no keyspaces.  
> ```
> cqlsh> describe keyspaces
> describe keyspaces
> <empty>
> ```
> Yet if I connect to that same cluster with version 4 of cqlsh it works fine, I can query the keyspaces, and if I run the query manually `select * from system.schema_keyspaces` I am given a list of keyspaces.
> `DESCRIBE KEYSPACE` also fails with the new cqlsh tool, yet works with version 4.
> ```
> cqlsh>use mykeyspace;
> cqlsh:mykeyspace> describe keyspace;
> describe keyspace;
> Keyspace 'ably_sandbox_0' not found.
> ```



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)