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 999EE17794 for ; Tue, 8 Sep 2015 21:25:41 +0000 (UTC) Received: (qmail 80304 invoked by uid 500); 8 Sep 2015 21:18:47 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 80224 invoked by uid 500); 8 Sep 2015 21:18:47 -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 80160 invoked by uid 99); 8 Sep 2015 21:18:47 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Sep 2015 21:18:47 +0000 Date: Tue, 8 Sep 2015 21:18:46 +0000 (UTC) From: "Philip Thompson (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-10282) cqlsh exception when starting with "--debug" option 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-10282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14735636#comment-14735636 ] Philip Thompson commented on CASSANDRA-10282: --------------------------------------------- I can reproduce this on 2.1, with python 2.6.9. Even installing the python driver separately, and not using the bundled version, this still occurs. It's an issue printing out the driver to screen, so this might be something for [~aholmber] to handle? > cqlsh exception when starting with "--debug" option > ---------------------------------------------------- > > Key: CASSANDRA-10282 > URL: https://issues.apache.org/jira/browse/CASSANDRA-10282 > Project: Cassandra > Issue Type: Bug > Components: Tools > Environment: CentOS 6.4 x86_64 > Reporter: Ryan Okelberry > Priority: Minor > Labels: cqlsh > Fix For: 2.1.x > > > {code} > [root@host ~]# cqlsh --version > cqlsh 5.0.1 > {code} > {code} > [root@host ~]# cqlsh --debug > Traceback (most recent call last): > File "/usr/bin/cqlsh", line 2487, in > main(*read_options(sys.argv[1:], os.environ)) > File "/usr/bin/cqlsh", line 2448, in main > sys.stderr.write("Using CQL driver: {}\n".format(cassandra)) > ValueError: zero length field name in format > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)