Not that this is much better, but can't you replace steps 1-2 with nodeprobe -flush ?
On Wed, Mar 24, 2010 at 2:03 AM, Ran Tavory <ran...@gmail.com> wrote: > What's the recommended way to delete data? > For example, I want to wipe out an entire column family data from disk with > minimal effort. > I could: > > 1. stop all hosts in the cluster > 2. restart them until they finish playing commit logs > 3. stop them again > 4. delete all CF related files in my data directory at every node > 5. start cluster again > 6. ... but this is tedious. is there a nicer way? > > >