Return-Path: Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: (qmail 25164 invoked from network); 16 Jul 2010 17:05:15 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Jul 2010 17:05:15 -0000 Received: (qmail 92098 invoked by uid 500); 16 Jul 2010 17:05:15 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 92060 invoked by uid 500); 16 Jul 2010 17:05:14 -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 92052 invoked by uid 99); 16 Jul 2010 17:05:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jul 2010 17:05:14 +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; Fri, 16 Jul 2010 17:05:11 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6GH4nCT005970 for ; Fri, 16 Jul 2010 17:04:49 GMT Message-ID: <31720847.421971279299889747.JavaMail.jira@thor> Date: Fri, 16 Jul 2010 13:04:49 -0400 (EDT) From: "Arya Goudarzi (JIRA)" To: commits@cassandra.apache.org Subject: [jira] Created: (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 X-Virus-Checked: Checked by ClamAV on apache.org Have a way to increase the replication factor --------------------------------------------- Key: CASSANDRA-1285 URL: https://issues.apache.org/jira/browse/CASSANDRA-1285 Project: Cassandra Issue Type: Bug Components: Core Affects Versions: 0.7 Reporter: Arya Goudarzi 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.