Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B133B10C7E for ; Thu, 5 Dec 2013 18:38:44 +0000 (UTC) Received: (qmail 25036 invoked by uid 500); 5 Dec 2013 18:38:42 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 25011 invoked by uid 500); 5 Dec 2013 18:38:42 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 25003 invoked by uid 99); 5 Dec 2013 18:38:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Dec 2013 18:38:42 +0000 X-ASF-Spam-Status: No, hits=1.8 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,MIME_QP_LONG_LINE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of boneill42@gmail.com designates 209.85.216.44 as permitted sender) Received: from [209.85.216.44] (HELO mail-qa0-f44.google.com) (209.85.216.44) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Dec 2013 18:38:37 +0000 Received: by mail-qa0-f44.google.com with SMTP id i13so69534qae.3 for ; Thu, 05 Dec 2013 10:38:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:user-agent:date:subject:from:to:message-id:thread-topic :mime-version:content-type; bh=4Hib0B5hKdgflrKUIxzrXZIwT7iUz6BNrMbY7sulrPU=; b=Sdnlu2RLYSBjf7lKA9TcxRW01uh4Lp1eKRL1RRO0XHXjcKkKuozrYTvQeTTE9nNj6y cLbDzoNB+HI1ZsYqlB0vkC1Y955f+etGolDcUlfQ+H63ahHM7GyGVwfckF8EYBnYTwZG 2HabcC588BUdWKDqUF6sNbPNgyKQ82SGC0OGIhu6/5hhc0wUPx7uTxj4V0uJ8Zq4p4Ge YLLehBlSAS0bbVdU3ELyBXa3rTAUphIUu2yvAuE+SaeghxVao9Z4O/VBGOyBidXddFa8 fS2WVmuV6WJGbprOjlGUJiSpCRci022JrPHcTVFBKvmC3bdc2s5sSq6zyJTze8D3o3mB aY/Q== X-Received: by 10.224.120.195 with SMTP id e3mr97363642qar.20.1386268696346; Thu, 05 Dec 2013 10:38:16 -0800 (PST) Received: from [10.60.71.81] ([67.132.206.254]) by mx.google.com with ESMTPSA id i7sm31531139qeo.7.2013.12.05.10.38.13 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 05 Dec 2013 10:38:15 -0800 (PST) Sender: "Brian O'Neill" User-Agent: Microsoft-MacOutlook/14.3.9.131030 Date: Thu, 05 Dec 2013 13:38:10 -0500 Subject: Drop keyspace via CQL hanging on master/trunk. From: Brian O'Neill To: "user@cassandra.apache.org" Message-ID: Thread-Topic: Drop keyspace via CQL hanging on master/trunk. Mime-version: 1.0 Content-type: multipart/alternative; boundary="B_3469095494_1925777" X-Virus-Checked: Checked by ClamAV on apache.org > This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --B_3469095494_1925777 Content-type: text/plain; charset="ISO-8859-1" Content-transfer-encoding: quoted-printable When running Cassandra from trunk/master, I see a drop keyspace command han= g at the CQL prompt. To reproduce: 1) Removed my cassandra data directory entirely 2) Fired up cqlsh, and executed the following CQL commands in succession: bone@zen:~/git/boneill42/cassandra-> bin/cqlsh Connected to Test Cluster at localhost:9160. [cqlsh 4.1.0 | Cassandra 2.1-SNAPSHOT | CQL spec 3.1.1 | Thrift protocol 19.38.0] Use HELP for help. cqlsh> describe keyspaces; system system_traces cqlsh> create keyspace test_keyspace with replication =3D3D {'class':'SimpleS= =3D trategy', 'replication_factor':'1'}; cqlsh> describe keyspaces; system test_keyspace system_traces cqlsh> drop keyspace test_keyspace; thoughts? user error? worth filing an issue? One other note =8B this happens using the CQL java driver as well. -brian --- Brian O'Neill Chief Architect Health Market Science The Science of Better Results 2700 Horizon Drive =80 King of Prussia, PA =80 19406 M: 215.588.6024 =80 @boneill42 =80 healthmarketscience.com This information transmitted in this email message is for the intended recipient only and may contain confidential and/or privileged material. If you received this email in error and are not the intended recipient, or the person responsible to deliver it to the intended recipient, please contact the sender at the email above and delete this email and any attachments and destroy any copies thereof. Any review, retransmission, dissemination, copying or other use of, or taking any action in reliance upon, this information by persons or entities other than the intended recipient is strictly prohibited. =20 --B_3469095494_1925777 Content-type: text/html; charset="ISO-8859-1" Content-transfer-encoding: quoted-printable
When running Cassandra from trunk/master, I see a drop keyspace = command hang at the C= QL prompt.

To reproduce:
1) Removed my cassandra data directory entirely
2) Fired up cqlsh, and execute= d the following CQL commands in succession:

bone@= zen:~/git/boneill42/cassandra-> bin/cqlsh
Connected to Test Cluster at localhost:9160.
<= div>[cqlsh 4.1.0 | Cassandra 2.1-SNAPSHOT | = CQL spec 3.1.1 | Thrift protocol 19.38.0]
Use HE= LP for help.
cqlsh> desc= ribe keyspaces;

=
system  system_traces=

cqlsh> create keyspace test_keyspace with replicatio= n =3D3D {'class':'SimpleS=3D
tr= ategy', 'replication_factor':'1'};
cqlsh> describe keyspaces;

system &nbs= p;test_keyspace  system_traces

cqlsh> dro= p keyspace test_keyspace;
<= br>
<THIS HANGS INDEFINI= TELY>

<= div>thoughts?  user error? worth f= iling an issue?
One other n= ote — this happens using t= he CQL java driver as well.

-brian

---

Brian O'Neill

Chief Arch= itect

Health Market Science

The Science of Better Results

2700 Horizon Drive  King = of Prussia, PA  19406

M: 215.588.6024 @bo= neill42    

healthmarketscience.com


This information transmitted in this email message i= s for the intended recipient only and may contain confidential and/or privil= eged material. If you received this email in error and are not the intended = recipient, or the person responsible to deliver it to the intended recipient= , please contact the sender at the email above and delete this email and any= attachments and destroy any copies thereof. Any review, retransmission, dis= semination, copying or other use of, or taking any action in reliance upon, = this information by persons or entities other than the intended recipient is= strictly prohibited.

 

--B_3469095494_1925777--