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 2B718105A0 for ; Wed, 19 Feb 2014 22:39:25 +0000 (UTC) Received: (qmail 56846 invoked by uid 500); 19 Feb 2014 22:39:20 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 56776 invoked by uid 500); 19 Feb 2014 22:39:19 -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 56752 invoked by uid 99); 19 Feb 2014 22:39:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Feb 2014 22:39:19 +0000 Date: Wed, 19 Feb 2014 22:39:19 +0000 (UTC) From: "Brandon Williams (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-6741) cqlsh DESCRIBE KEYSPACE returns "'NoneType' object has no attribute 'get_usertypes_names'" 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-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)