Re: First SSTable file is not being compacted

2014-02-06 Thread Chris Burroughs
On 02/06/2014 01:17 AM, Sameer Farooqui wrote: I'm running C* 2.0.4 and when I have a handful of SSTable files and trigger a manual compaction with 'nodetool compact' the first SSTable file doesn't get compacted away. Is there something special about the first SSTable that it remains even after

Re: First SSTable file is not being compacted

2014-02-06 Thread Sameer Farooqui
Yeah, it's definitely repeatable. I have a lab environment set up where the issue is occurring and I've recreated the lab environment 4 - 5 times and it's occurred each time. In my demodb.users CF I currently have 2 data SSTables on disk (demodb-users-jb-1-Data.db and demodb-users-jb-6-Data.db).

Re: First SSTable file is not being compacted

2014-02-06 Thread Chris Burroughs
Sounds like you have done some solid test work. I suggest reading https://issues.apache.org/jira/browse/CASSANDRA-6568 and if you think your issue is the same adding your reproduction case there, otherwise create your own ticket. On 02/06/2014 10:53 AM, Sameer Farooqui wrote: Yeah, it's

First SSTable file is not being compacted

2014-02-05 Thread Sameer Farooqui
Hi, I'm running C* 2.0.4 and when I have a handful of SSTable files and trigger a manual compaction with 'nodetool compact' the first SSTable file doesn't get compacted away. Is there something special about the first SSTable that it remains even after a SizedTierCompaction? - SF