RE: per-connection "read-after-my-write" consistency

2011-02-12 Thread Dan Hendry
mic...@gmail.com] Sent: February-12-11 17:37 To: user@cassandra.apache.org Subject: Re: per-connection "read-after-my-write" consistency Hi, I'm using .NET and I wrote my own client library (over Thrift) so I'm absolutely sure that both operations are performed using the

RE: per-connection "read-after-my-write" consistency

2011-02-12 Thread Dan Hendry
[mailto:augustyn.mic...@gmail.com] Sent: February-12-11 4:13 To: user@cassandra.apache.org Subject: per-connection "read-after-my-write" consistency Hi, I'm running 2 nodes with RF=2 (not optimal, I know), Cassandra 0.7.1. During one connection, I write (CL.ONE) a row and subsequent

Re: per-connection "read-after-my-write" consistency

2011-02-12 Thread Michal Augustýn
> > > Dan > > > > *From:* Michal Augustýn [mailto:augustyn.mic...@gmail.com] > *Sent:* February-12-11 4:13 > *To:* user@cassandra.apache.org > *Subject:* per-connection "read-after-my-write" consistency > > > > Hi, > > > > I'm running 2 nodes

per-connection "read-after-my-write" consistency

2011-02-12 Thread Michal Augustýn
true for most cases, but circa 1 of 1000 attempts doesn't work as expected - I get no row :( Where is the problem please? Should I use another CL for read and/or write? I would like just to achieve "per connection read-after-my-write consistency". Thank you very much! Augi