Re: upgradesstables/cleanup/compaction strategy change

2016-05-23 Thread Vitalii Skakun
I'm sorry, I've just noticed I missed to type a few words 1. Before the upgrade, always make sure you have sstables on the latest version of the current Cassandra version you are running (by running nodetool upgradesstables on all nodes - if they are latest, they should return almost immediately;

Re: upgradesstables/cleanup/compaction strategy change

2016-05-23 Thread Vitalii Skakun
Hi, my understanding after reading the upgrade doc and looking through the email lists was the following: 1. Before the upgrade, always make sure you have sstables on the latest version of the current Cassandra version you are running (by running nodetool upgradesstables on all nodes - if they are

upgradesstables/cleanup/compaction strategy change

2016-05-23 Thread Erik Forsberg
Hi! I have a 2.0.13 cluster which I have just extended, and I'm now looking into upgrading it to 2.1. * The cleanup after the extension is partially done. * I'm also looking into changing a few tables into Leveled Compaction Strategy. In the interest of speeding up things by avoiding unnece