On Mon, Jul 6, 2015 at 7:25 AM, Jeff Williams <je...@wherethebitsroam.com>
wrote:

> So it appears that the 10 sstables that were compacted
> to 
> /var/lib/cassandra/data/trackcontent/track_content/trackcontent-track_content-jb-57372
> are still sitting around, with a couple of them being very large!
> Any ideas for what I can check? Can I just delete the old sstables? (I'm
> guessing not).
>

1) What version of Cassandra?

2) There are JMX methods in some versions to identify which files are live
in the data dir, you could try to use those to see if those files are live.
Does "load" seem to show that they are live from the perspective of
Cassandra?

3) If they are not live, restarting the Cassandra daemon on the node will
likely result in them being deleted.

=Rob

Reply via email to