Hi,

I did some testing on cassandra-2.1.5-tentative and found that the removal of cold_reads_to_omit parameter from the SizeTieredCompactionStrategy breaks our current CREATE TABLE statements, we are setting cold_reads_to_omit to 0 but since the parameter was removed the statement fails. I did some research and found that cold_reads_to_omit was removed in CASSANDRA-8860 but when I read the comments in that jira it seams that the idea was to leave the parameter in 2.1 but ignoring it so existing code shouldn't break. But instead the parameter was completely removed. I have created CASSANDRA-9203 for this issue.

Thanks
Tommy

Reply via email to