Re: Cleanup and old files

2013-12-30 Thread David McNelis
I see the SSTable in this log statement: Stream context metadata (along with a bunch of other files)but I do not see it in the list of files "Opening" (which I see quite a bit of, as expected). Safe to try moving that file off server (to a backup location)? If I tried this, would I want to

Re: Cleanup and old files

2013-12-30 Thread Aaron Morton
Check the SSTable is actually in use by cassandra, if it’s missing a component or otherwise corrupt it will not be opened at run time and so not included in all the fun games the other SSTables get to play. If you have the last startup in the logs check for an “Opening… “ message or an ERROR a

Cleanup and old files

2013-12-29 Thread David McNelis
I am currently running a cluster with 1.2.8. One of my larger column families on one of my nodes has keyspace-tablename-ic--Data.db with a modify date in August. Since august we have added several nodes (with vnodes), with the same number of vnodes as all the existing nodes. As a result, (we