Re: Attempt to assign id to existing column family.

2011-03-31 Thread aaron morton
There is no reason to change the RF on the system keyspace, it should probably not be allowed. The system keyspace uses a LocalPartitioner and it's data is not replicated through the same mechanism as a user keyspace. Aaron On 31 Mar 2011, at 10:22, Jeremy Stribling wrote: > On 03/30/2011

Re: Attempt to assign id to existing column family.

2011-03-30 Thread Jeremy Stribling
On 03/30/2011 02:54 PM, Jeremy Stribling wrote: After restarting a Cassandra 0.7.2 node, the node catches an exception during initialization and refuses to start: Caused by: org.apache.cassandra.config.ConfigurationException: Attempt to assign id to existing column family. at org.apac