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 A4420916A for ; Fri, 1 Jun 2012 12:41:24 +0000 (UTC) Received: (qmail 35208 invoked by uid 500); 1 Jun 2012 12:41:24 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 35159 invoked by uid 500); 1 Jun 2012 12:41:24 -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 35150 invoked by uid 99); 1 Jun 2012 12:41:24 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jun 2012 12:41:24 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 551CE14285B for ; Fri, 1 Jun 2012 12:41:24 +0000 (UTC) Date: Fri, 1 Jun 2012 12:41:24 +0000 (UTC) From: "Pas (JIRA)" To: commits@cassandra.apache.org Message-ID: <2086716532.26404.1338554484351.JavaMail.jiratomcat@issues-vm> In-Reply-To: <298819603.12606.1338321023237.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (CASSANDRA-4294) Upgrading encounters: 'SimpleStrategy requires a replication_factor strategy option.' and refuses to start 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-4294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13287360#comment-13287360 ] Pas commented on CASSANDRA-4294: -------------------------------- Upgrading from 1.0.2 to 1.1.0, I've encountered this problem. Also, I wouldn't mind the KeySpace upgrade provided there's a guide for it, which I haven't been able to locate so far. > Upgrading encounters: 'SimpleStrategy requires a replication_factor strategy option.' and refuses to start > ---------------------------------------------------------------------------------------------------------- > > Key: CASSANDRA-4294 > URL: https://issues.apache.org/jira/browse/CASSANDRA-4294 > Project: Cassandra > Issue Type: Bug > Affects Versions: 1.1.0 > Reporter: Brandon Williams > Assignee: Sylvain Lebresne > Fix For: 1.1.1 > > Attachments: 4294.txt > > > I've seen this reported quite a few times now: > {noformat} > ERROR [main] 2012-05-29 19:33:40,589 AbstractCassandraDaemon.java (line 370) Exception encountered during startup > java.lang.RuntimeException: org.apache.cassandra.config.ConfigurationException: SimpleStrategy requires a replication_factor strategy option. > at org.apache.cassandra.db.Table.(Table.java:275) > at org.apache.cassandra.db.Table.open(Table.java:114) > at org.apache.cassandra.db.Table.open(Table.java:97) > at org.apache.cassandra.service.AbstractCassandraDaemon.setup(AbstractCassandraDaemon.java:204) > at org.apache.cassandra.service.AbstractCassandraDaemon.activate(AbstractCassandraDaemon.java:353) > at org.apache.cassandra.thrift.CassandraDaemon.main(CassandraDaemon.java:106) > Caused by: org.apache.cassandra.config.ConfigurationException: SimpleStrategy requires a replication_factor strategy option. > at org.apache.cassandra.locator.SimpleStrategy.validateOptions(SimpleStrategy.java:71) > at org.apache.cassandra.locator.AbstractReplicationStrategy.createReplicationStrategy(AbstractReplicationStrategy.java:218) > at org.apache.cassandra.db.Table.createReplicationStrategy(Table.java:295) > at org.apache.cassandra.db.Table.(Table.java:271) > ... 5 more > {noformat} > The common thread seems to be old lineage, from at least 0.7. 1.0.x works fine, but upgrading to 1.1 causes the problem. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira