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
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