At Thu, 08 Apr 2010 11:41:30 -0700, Mike Gallamore wrote: > > [1 <text/plain; ISO-8859-1 (7bit)>] > On 04/08/2010 04:53 AM, Philip Jackson wrote: > > At Wed, 07 Apr 2010 13:19:26 -0700, > > Mike Gallamore wrote: > > > >> I have writes to cassandra that are failing, or at least a read shortly > >> after a write is still getting an old value. I realize Cassandra is > >> "eventually consistent" but this system is a single CPU single node with > >> consistency level set to 1, so this seems odd to me. > >> > > I'm having this problem too (see my post the other day). I use N::C > > but generate timestamps in the same way as N::C::E, I've tested that > > each is smaller than the next so I'm wondering if I'm barking up the > > wrong tree. > > > > If you figure out what's going on please do post back here, I'll do > > the same. > > > > Cheers, > > Phil > > > Hello. If you are doing exactly the same thing as N::C::Easy (ie a join > on the gettimeofday). Then you should have the same problem I found a > fix for. The problem is that the microseconds value isn't zero padded.
Fantastic, you've made my night. Thanks to you and Ted. Cheers, Phil