On Wed, 2010-04-07 at 13:19 -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 don't know anything about the Net::Cassandra module, but the update needs to have a greater timestamp than the original write, and it sounds like that might not be happening here. -- Eric Evans eev...@rackspace.com