Re: Cassandra Read Path Code Navigation

2016-06-14 Thread Bhuvan Rawal
Thanks Oleksandr, Ill have a look at the Video you have suggested as well as debugging where the problem may lie debugging on the classes you suggested. I have pointing out SSTables here as I have issued `nodetool flush` and copied sstables on local computer and reproduced this issue (No Memtable

Re: Cassandra Read Path Code Navigation

2016-06-14 Thread Oleksandr Petrov
Hi, The query behaviour should not rely on the compaction. It'd be great to have a Jira ticket for that. It'd also be very useful if you described your setup a bit more, are you using SASI for like queries (assuming wildcards in the '*Size_s*')? As regarding the read path, there's a nice talk by

Cassandra Read Path Code Navigation

2016-06-13 Thread Bhuvan Rawal
Hi All, Im debugging a issue in Cassandra 3.5 which was reported in user mailing list earlier, is pretty critical to solve at our end. ill give a brief intro: On issuing this query:; select id,filter_name from navigation_bucket_filter where id=2429 and filter_name='*Size_s*'; id | filter_name