Question on Eventual Consistency

2010-07-19 Thread Hugo
Hi, Being fairly new to Cassandra I have a question on the eventual consistency. I'm currently performing experiments with a single-node Cassandra system and a single client. In some of my tests I perform an update to an existing subcolumn in a row and subsequently read it back from the same

Re: Question on Eventual Consistency

2010-07-19 Thread Ran Tavory
if your test case is correct then it sounds like a bug to me. With one node, unless you're writing with CL=0 you should get full consistency. On Mon, Jul 19, 2010 at 10:14 PM, Hugo h...@unitedgames.com wrote: Hi, Being fairly new to Cassandra I have a question on the eventual consistency

Re: Question on Eventual Consistency

2010-07-19 Thread Hugo
consistency. On Mon, Jul 19, 2010 at 10:14 PM, Hugo h...@unitedgames.com mailto:h...@unitedgames.com wrote: Hi, Being fairly new to Cassandra I have a question on the eventual consistency. I'm currently performing experiments with a single-node Cassandra system and a single client

Re: Question on Eventual Consistency

2010-07-19 Thread Hugo
you should get full consistency. On Mon, Jul 19, 2010 at 10:14 PM, Hugo h...@unitedgames.com mailto:h...@unitedgames.com wrote: Hi, Being fairly new to Cassandra I have a question on the eventual consistency. I'm currently performing experiments with a single-node Cassandra

Re: Question on Eventual Consistency

2010-07-19 Thread Aaron Morton
On Mon, Jul 19, 2010 at 10:14 PM, Hugo h...@unitedgames.com wrote: Hi, Being fairly new to Cassandra I have a question on the eventual consistency. I'm currently performing experiments with a single-node Cassandra system and a single client. In some of my tests I perform an update to an e

Re: Question on Eventual Consistency

2010-07-19 Thread F. Hugo Zwaal
you're writing with CL=0 you should get full consistency. On Mon, Jul 19, 2010 at 10:14 PM, Hugo h...@unitedgames.com wrote: Hi, Being fairly new to Cassandra I have a question on the eventual consistency. I'm currently performing experiments with a single- node Cassandra system and a single