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 062F8DDF6 for ; Tue, 2 Oct 2012 01:29:08 +0000 (UTC) Received: (qmail 44499 invoked by uid 500); 2 Oct 2012 01:29:07 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 44472 invoked by uid 500); 2 Oct 2012 01:29:07 -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 44464 invoked by uid 99); 2 Oct 2012 01:29:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2012 01:29:07 +0000 Date: Tue, 2 Oct 2012 12:29:07 +1100 (NCT) From: "Benjamin Coverston (JIRA)" To: commits@cassandra.apache.org Message-ID: <1187148113.152495.1349141347849.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (CASSANDRA-4745) Required field 'keyspace' was not present! when modifying a keyspace MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Benjamin Coverston created CASSANDRA-4745: --------------------------------------------- Summary: Required field 'keyspace' was not present! when modifying a keyspace Key: CASSANDRA-4745 URL: https://issues.apache.org/jira/browse/CASSANDRA-4745 Project: Cassandra Issue Type: Bug Affects Versions: 1.1.4 Reporter: Benjamin Coverston cassandra-cli gets stuck after updating an existing keyspace. To reproduce, create the KS/CF through cassandra-stress then update the keyspace as shown below in the CLI. notroot@datastax-training:~/cassandra$ bin/cassandra-cli Connected to: "Test Cluster" on 127.0.0.1/9160 Welcome to Cassandra CLI version 1.1.4 Type 'help;' or '?' for help. Type 'quit;' or 'exit;' to quit. [default@unknown] update keyspace Keyspace1 ... with placement_strategy = 'SimpleStrategy' ... and strategy_options = {replication_factor:2}; Not authenticated to a working keyspace. fa270c1d-7c85-3dfc-98b0-db0755f853f3 Waiting for schema agreement... ... schemas agree across the cluster org.apache.thrift.protocol.TProtocolException: Required field 'keyspace' was not present! Struct: describe_keyspace_args(keyspace:null) [default@unknown] [default@unknown] use Keyspace1; Login failure. Did you specify 'keyspace', 'username' and 'password'? -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira