Re: Another consistency level problem

2012-03-20 Thread aaron morton
Sounds like a problem in your code. You will have consistent behaviour when running a single cassandra node and CL ALL. Cheers - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 20/03/2012, at 1:54 AM, Everton Lima wrote: > Hello people, I was ha

Another consistency level problem

2012-03-19 Thread Everton Lima
Hello people, I was having the following problem: I was running a single node of Cassandra, using cassandra's consistency level ALL. My program (in java) is a B-Tree like and a node store how many childrens it has. In every update my app do, like a insert of a new children, it do a commit, saving