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 78DD85331 for ; Tue, 10 May 2011 18:26:29 +0000 (UTC) Received: (qmail 99586 invoked by uid 500); 10 May 2011 18:26:29 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 99558 invoked by uid 500); 10 May 2011 18:26:29 -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 99523 invoked by uid 99); 10 May 2011 18:26:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 May 2011 18:26:29 +0000 X-ASF-Spam-Status: No, hits=-1996.4 required=5.0 tests=ALL_TRUSTED,FS_REPLICA,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 May 2011 18:26:26 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 4F229440C6 for ; Tue, 10 May 2011 18:25:47 +0000 (UTC) Date: Tue, 10 May 2011 18:25:47 +0000 (UTC) From: "Pavel Yaskevich (JIRA)" To: commits@cassandra.apache.org Message-ID: <1743934541.839.1305051947320.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <500057447.30750.1304820663169.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (CASSANDRA-2624) SimpleStrategy w/o replication_factor MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-2624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Yaskevich updated CASSANDRA-2624: --------------------------------------- Comment: was deleted (was: {noformat} [javac] /Users/povel/work/java/cassandra-trunk/src/java/org/apache/cassandra/cql/QueryProcessor.java:663: validateKsDef(org.apache.cassandra.thrift.KsDef) is not public in org.apache.cassandra.thrift.ThriftValidation; cannot be accessed from outside package [javac] ThriftValidation.validateKsDef(ksd); [javac] ^ [javac] /Users/povel/work/java/cassandra-trunk/src/java/org/apache/cassandra/cql/QueryProcessor.java:664: cannot find symbol [javac] symbol : method fromThrift(org.apache.cassandra.thrift.KsDef) [javac] location: class org.apache.cassandra.config.KSMetaData [javac] applyMigrationOnStage(new AddKeyspace(KSMetaData.fromThrift(ksd))); {noformat}) > SimpleStrategy w/o replication_factor > ------------------------------------- > > Key: CASSANDRA-2624 > URL: https://issues.apache.org/jira/browse/CASSANDRA-2624 > Project: Cassandra > Issue Type: Bug > Components: API, Tools > Affects Versions: 0.8.0 beta 2 > Reporter: Eric Evans > Fix For: 0.8.0 > > Attachments: 2624-v2.txt, 2624.txt > > > It is possible to create a new keyspace using {{SimpleStrategy}} _without_ specifying the {{replication_factor}} option. Things get more interesting if you shut the node down, since it will refuse to restart (throwing a {{ConfigurationException}}). -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira