(Forget my last mail) Hi made some tests which succeed with all our operations (repair, add/remove nodes ...). The only thing I'm worrying about is that I met a situation where I had a lot of flushes on some nodes. You can find one of my system logs at http://pastebin.com/YZKUQLXz. I'm not sure as I didn't let it run for more than 4 minutes, but it seems that there was an infinite loop flushing system column families. A whole restart made this error go away but I'mn not sure if I can have this one come back.
Regards -- Cyril SCETBON On 19 Jan 2014, at 01:14, Cyril Scetbon <cyril.scet...@free.fr> wrote: > So 1.2.2 and 1.2.13 have different file versions (ib vs ic) > We'll test if repairs are impacted by this change > > Thanks > > Cyril Scetbon > > Le 17 janv. 2014 à 05:07, Aaron Morton <aa...@thelastpickle.com> a écrit : > >>> Can you confirm that, cause we'll add a new DC with version 1.2.13 >>> (read-only) and we'll upgarde other DCs to 1.2.13 weeks later. We made some >>> tests and didn't notice anything. But we didn't test a node failure >> >> Depending on the other version you may not be able to run repair. All nodes >> have to use the same file version, file versions are here >> https://github.com/apache/cassandra/blob/cassandra-1.2/src/java/org/apache/cassandra/io/sstable/Descriptor.java#L52 >> >> Cheers >> >> ----------------- >> Aaron Morton >> New Zealand >> @aaronmorton >> >> Co-Founder & Principal Consultant >> Apache Cassandra Consulting >> http://www.thelastpickle.com >> >> On 14/01/2014, at 7:30 am, Robert Coli <rc...@eventbrite.com> wrote: >> >>> On Mon, Jan 13, 2014 at 3:38 AM, Cyril Scetbon <cyril.scet...@free.fr> >>> wrote: >>> Can you confirm that, cause we'll add a new DC with version 1.2.13 >>> (read-only) and we'll upgarde other DCs to 1.2.13 weeks later. We made some >>> tests and didn't notice anything. But we didn't test a node failure >>> >>> In general adding nodes at a new version is not supported, whether a single >>> node or an entire DC of nodes. >>> >>> =Rob >>> >>