Re: Replication factor and other schema changes in >= 0.7

2010-08-20 Thread Andres March
Cool, thanks. I suspected the same, including the repair. On 08/20/2010 06:05 AM, Gary Dusbabek wrote: It is coming. In fact, I started working on this ticket yesterday. Most of the settings that you could change before will be modifiable. Unfortunately, you must still manually perform the re

Re: Replication factor and other schema changes in >= 0.7

2010-08-20 Thread Gary Dusbabek
It is coming. In fact, I started working on this ticket yesterday. Most of the settings that you could change before will be modifiable. Unfortunately, you must still manually perform the repair operations, etc., afterward. https://issues.apache.org/jira/browse/CASSANDRA-1285 Gary. On Thu, Aug

SV: Replication factor and other schema changes in >= 0.7

2010-08-19 Thread Thorvaldsson Justus
f_defs(cfDefs); c.system_add_keyspace(k); /Justus www.justus.st Från: Andres March [mailto:ama...@qualcomm.com] Skickat: den 20 augusti 2010 01:01 Till: user@cassandra.apache.org Ämne: Replication factor and other schema changes in >= 0.7 How should we go about changing the replication factor an

Replication factor and other schema changes in >= 0.7

2010-08-19 Thread Andres March
How should we go about changing the replication factor and other keyspace settings now that it and other KSMetaData are no longer managed in cassandra.yaml? I found makeDefinitionMutation() in the Migration class and see that it is called for the other schema migrations. There just seems to