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 971D18E00 for ; Thu, 18 Aug 2011 13:10:52 +0000 (UTC) Received: (qmail 12380 invoked by uid 500); 18 Aug 2011 13:10:52 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 12136 invoked by uid 500); 18 Aug 2011 13:10:50 -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 12127 invoked by uid 99); 18 Aug 2011 13:10:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Aug 2011 13:10:50 +0000 X-ASF-Spam-Status: No, hits=-2001.1 required=5.0 tests=ALL_TRUSTED,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; Thu, 18 Aug 2011 13:10:48 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 34599C244A for ; Thu, 18 Aug 2011 13:10:27 +0000 (UTC) Date: Thu, 18 Aug 2011 13:10:27 +0000 (UTC) From: "Carl Heymann (JIRA)" To: commits@cassandra.apache.org Message-ID: <110623996.49060.1313673027211.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CASSANDRA-1285) Have a way to increase the replication factor 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-1285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13086995#comment-13086995 ] Carl Heymann commented on CASSANDRA-1285: ----------------------------------------- Actually, I'm using SimpleStrategy: {code} [localcluster@unknown] describe keyspace LTS; Keyspace: LTS: Replication Strategy: org.apache.cassandra.locator.SimpleStrategy Options: [replication_factor:2] ... {code} > Have a way to increase the replication factor > --------------------------------------------- > > Key: CASSANDRA-1285 > URL: https://issues.apache.org/jira/browse/CASSANDRA-1285 > Project: Cassandra > Issue Type: New Feature > Components: Core > Affects Versions: 0.7 beta 1 > Reporter: Arya Goudarzi > Assignee: Gary Dusbabek > Fix For: 0.7 beta 2 > > Attachments: v2-0001-thrift-changes.txt, v2-0002-UpdateKeyspace-migration.txt, v2-0003-UpdateColumn-family.txt, v2-0004-avro-update-ks-and-cf-implementations.txt > > > In 0.6 we were able to change the storage.conf and increase the replication factor and restart the server then repair the data across cluster to increase the replication factor for a keyspace. In 0.7 having moved away from storage.conf, it would be a good idea to have a method in api/jmx to alter keyspace so that replication factor could be changed as in 0.6. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira