Re: Binary Protocol Version and CQL version supported in 2.0.14

2015-04-16 Thread Bulat Shakirzyanov
Hi Anishek, My responses are below, hope it helps. > On Apr 15, 2015, at 21:04, Anishek Agarwal wrote: > > Forwarding here as no one on the user mailing list has replied. I belive > devs will be able to provide more insight. > > Thanks > Anishek > >> On Mon, Apr 13, 2015 at 2:09 PM, Anishek A

Removing cold_reads_to_omit is not backwards compatible

2015-04-16 Thread Tommy Stendahl
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 di