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 job

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 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 all, I have a CF  C

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'