On 04/07/2010 01:31 PM, Eric Evans wrote:
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.

Yes this was the problem. There appears to have been a bug in the module I have a patch that I'll post in another reply.

Reply via email to