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 931F21790C for ; Tue, 8 Sep 2015 21:57:48 +0000 (UTC) Received: (qmail 90566 invoked by uid 500); 8 Sep 2015 21:57:46 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 90531 invoked by uid 500); 8 Sep 2015 21:57:46 -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 90462 invoked by uid 99); 8 Sep 2015 21:57:46 -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:57:46 +0000 Date: Tue, 8 Sep 2015 21:57: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=14735700#comment-14735700 ] Philip Thompson commented on CASSANDRA-10282: --------------------------------------------- Thanks for the advice [~aholmber]. I'll review Ryan's patch and test if it works on pythons 2.7 and 3.4. > 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)