You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Brandon Williams (JIRA)" <ji...@apache.org> on 2014/02/19 23:39:19 UTC

[jira] [Commented] (CASSANDRA-6741) cqlsh DESCRIBE KEYSPACE returns "'NoneType' object has no attribute 'get_usertypes_names'"

    [ https://issues.apache.org/jira/browse/CASSANDRA-6741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13906222#comment-13906222 ] 

Brandon Williams commented on CASSANDRA-6741:
---------------------------------------------

+1

> cqlsh DESCRIBE KEYSPACE returns "'NoneType' object has no attribute 'get_usertypes_names'"
> ------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-6741
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6741
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Ryan McGuire
>            Assignee: Mikhail Stepura
>             Fix For: 2.1
>
>         Attachments: CASSANDRA-2.1-6741.patch
>
>
> Start a fresh cluster on trunk and try to describe any keyspace :
> {code}
> ccm create -v git:trunk test
> ccm populate -n 1
> ccm start
> ccm node1 cqlsh
> cqlsh> DESCRIBE KEYSPACE system;
> CREATE KEYSPACE system WITH replication = {
>   'class': 'LocalStrategy'
> };
> 'NoneType' object has no attribute 'get_usertypes_names'
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)