This seemed to get introduced (by mistake?) in ef33f9543
smime.p7s
Description: S/MIME cryptographic signature
Changing vote to -1; CASSANDRA-6345 introduced a regression that is
now fixed in CASSANDRA-6485.
When we re-roll I suggest a 24h vote.
On Thu, Dec 12, 2013 at 12:24 AM, Jonathan Ellis wrote:
> +1
>
> On Dec 11, 2013 10:25 AM, "Sylvain Lebresne" wrote:
>>
>> Bugs fixed, good. I propose the follo
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