Re: Issue with SizeTieredCompactionStrategy in 2.0.3

2013-12-13 Thread graham sanderson
Thanks Tyler I guess I was looking at the original patch which had protected static final double DEFAULT_MAX_COLD_READS_RATIO = 0.025; On Dec 13, 2013, at 9:53 AM, Tyler Hobbs wrote: > Hi Graham, thanks for reporting this. I should be able to get it fixed > shortly. > > As far as how it's off

Re: Issue with SizeTieredCompactionStrategy in 2.0.3

2013-12-13 Thread Tyler Hobbs
Hi Graham, thanks for reporting this. I should be able to get it fixed shortly. As far as how it's off by default, the default max_cold_reads_ratio is 0.0, so filterColdSSTables() won't actually filter anything. I can add a check to skip that function if maxColdReadsRatio is 0.0 in the 6483 patc

Issue with SizeTieredCompactionStrategy in 2.0.3

2013-12-12 Thread graham sanderson
I just created https://issues.apache.org/jira/browse/CASSANDRA-6483 for an issue introduced it seems by https://issues.apache.org/jira/browse/CASSANDRA-6109 Note that the latter feature claims to be “off” by default, however it isn’t immediately clear to me from the patch how that “off” is impl