You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Stefan Miklosovic (Jira)" <ji...@apache.org> on 2020/02/18 09:15:00 UTC

[jira] [Created] (CASSANDRA-15578) Describe keyspace does not work for keyspaces with transient replication

Stefan Miklosovic created CASSANDRA-15578:
---------------------------------------------

             Summary: Describe keyspace does not work for keyspaces with transient replication
                 Key: CASSANDRA-15578
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15578
             Project: Cassandra
          Issue Type: Bug
          Components: CQL/Interpreter
            Reporter: Stefan Miklosovic


I can not describe a keyspace which is using transient replication.

{code}
admin@cqlsh> CREATE KEYSPACE bar WITH replication = {'class': 'NetworkTopologyStrategy', 'dc1': '3/1'};

admin@cqlsh> DESCRIBE KEYSPACE bar;

'NoneType' object has no attribute 'export_for_schema'
{code}

I am sorry in case this is a duplicate but I have not found similar issue yet.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org