Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 97907 invoked from network); 28 Jul 2010 17:32:43 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 28 Jul 2010 17:32:43 -0000 Received: (qmail 17287 invoked by uid 500); 28 Jul 2010 17:32:42 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 17195 invoked by uid 500); 28 Jul 2010 17:32:42 -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 17187 invoked by uid 99); 28 Jul 2010 17:32:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jul 2010 17:32:42 +0000 X-ASF-Spam-Status: No, hits=-1996.4 required=10.0 tests=ALL_TRUSTED,FS_REPLICA X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jul 2010 17:32:39 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6SHWIsQ019080 for ; Wed, 28 Jul 2010 17:32:18 GMT Message-ID: <27095220.48781280338338253.JavaMail.jira@thor> Date: Wed, 28 Jul 2010 13:32:18 -0400 (EDT) From: "Jonathan Ellis (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Commented: (CASSANDRA-1285) Have a way to increase the replication factor In-Reply-To: <31720847.421971279299889747.JavaMail.jira@thor> 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-1285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893269#action_12893269 ] Jonathan Ellis commented on CASSANDRA-1285: ------------------------------------------- for 0.7, i would like a "modify property X to value Y" method, and leave everything else to be done manually a la 0.6. > 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.0 > > > 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. - You can reply to this email to add a comment to the issue online.