RE: Rollback question regarding system metadata change

2013-10-02 Thread Christopher Wirt
user@cassandra.apache.org Subject: Re: Rollback question regarding system metadata change On Tue, Oct 1, 2013 at 3:45 PM, Chris Wirt wrote: Yep they still work. They dont acutally have any of the new system CF created for 2.0, paxos, etc.. but they do have new rows in the schema_columns table preventing st

Re: Rollback question regarding system metadata change

2013-10-01 Thread Robert Coli
On Tue, Oct 1, 2013 at 3:45 PM, Chris Wirt wrote: > Yep they still work. They dont acutally have any of the new system CF > created for 2.0, paxos, etc.. but they do have new rows in the > schema_columns table preventing startup and bootstrapping of new > nodes. > It *may* be least risky to manu

Re: Rollback question regarding system metadata change

2013-10-01 Thread Chris Wirt
Yep they still work. They dont acutally have any of the new system CF created for 2.0, paxos, etc.. but they do have new rows in the schema_columns table preventing startup and bootstrapping of new nodes. If I drop the keyspace and recreate quickly, I'm guessing that will cause quite a large mess

Re: Rollback question regarding system metadata change

2013-10-01 Thread Robert Coli
On Tue, Oct 1, 2013 at 10:51 AM, Christopher Wirt wrote: > Moving back to 1.2.10. What is the procedure roll back from 2.0.1? > > ** ** > > Changes in the system schema seem to make this quite difficult. > > ... First, unfortunately downgrade is not, in my understanding, a supported oper

Rollback question regarding system metadata change

2013-10-01 Thread Christopher Wirt
Moving back to 1.2.10. What is the procedure roll back from 2.0.1? Changes in the system schema seem to make this quite difficult. We have: DC1 - 10 x 1.2.10 DC2 - 4 x 1.2.10 DC3 - 3 x 2.0.1 -> ran this for a couple days and have decided to roll back In my efforts I've now completel