Cassandra select results differs

2014-07-23 Thread Batranut Bogdan
Hello all, I have a CF  CREATE TABLE cf (   a text,   b int,   c int,   d int,   e int,   PRIMARY KEY (a) )  WITH   bloom_filter_fp_chance=0.01 AND   caching='KEYS_ONLY' AND   comment='' AND   dclocal_read_repair_chance=0.00 AND   gc_grace_seconds=864000 AND   index_interval=128 AND  

Re: Cassandra select results differs

2014-07-23 Thread Russell Bradberry
sounds like you may need to run a repair On July 23, 2014 at 12:50:23 PM, Batranut Bogdan (batra...@yahoo.com) wrote: Hello all, I have a CF  CREATE TABLE cf (   a text,   b int,   c int,   d int,   e int,   PRIMARY KEY (a) )  WITH   bloom_filter_fp_chance=0.01 AND   caching='KEYS_ONLY'

Re: Cassandra select results differs

2014-07-23 Thread Batranut Bogdan
I have cron jobs that repair every week. node 1 - monday , node 2 tuesday . On Wednesday, July 23, 2014 7:52 PM, Russell Bradberry rbradbe...@gmail.com wrote: sounds like you may need to run a repair On July 23, 2014 at 12:50:23 PM, Batranut Bogdan (batra...@yahoo.com) wrote: Hello

Re: Cassandra select results differs

2014-07-23 Thread Russell Bradberry
try running at CL QUORUM and see if the problem goes away, if it does then it might be a consistency issue. also, what version of C*, how many nodes, what is your RF and what CL do you normally read? On July 23, 2014 at 12:55:32 PM, Batranut Bogdan (batra...@yahoo.com) wrote: I have cron