Re: Compaction before Decommission and Bootstrapping

2014-08-18 Thread Robert Coli
On Sun, Aug 17, 2014 at 6:46 AM, Maxime wrote: > I've been spending the last few days trying to move a cluster on > DigitalOcean 2GB machines to 4GB machines (same provider). To do so I > wanted to create the new nodes, bootstrap them, then decommission the old > ones (one by one seems to be the

Re: Compaction before Decommission and Bootstrapping

2014-08-17 Thread Jack Krupansky
: Compaction before Decommission and Bootstrapping In a few words: Bootstrap one node at once Wait for bootstrap to complete Next node More details: datastax.com/docs (C* 2.0) Before decommissioning: nodetool cleanup Don't forget to do repairs (one node at a time) - this should be a regular admin

Re: Compaction before Decommission and Bootstrapping

2014-08-17 Thread Robert Stupp
In a few words: Bootstrap one node at once Wait for bootstrap to complete Next node More details: datastax.com/docs (C* 2.0) Before decommissioning: nodetool cleanup Don't forget to do repairs (one node at a time) - this should be a regular admin task -- Sent from my iPhone > Am 17.08.2014

Compaction before Decommission and Bootstrapping

2014-08-17 Thread Maxime
Is there some unwritten wisdom with regards to the use 'nodetool compact' before bootstrapping new nodes and decommissioning old ones? TL;DR: I've been spending the last few days trying to move a cluster on DigitalOcean 2GB machines to 4GB machines (same provider). To do so I wanted to create the