On Thu, May 19, 2011 at 8:02 AM, fazool mein <[email protected]> wrote: > As I understand from the code, the put will be stored in the client side > write buffer, while the read will go to the region server, returing an older > value, instead of v. >
That is right. > Doesn't this violate the ACID semantics (visibility in particular ) of Hbase > given at: http://hbase.apache.org/acid-semantics.html > > <quote> > > When a client receives a "success" response for any mutation, that mutation > is immediately visible to both that client and any client with whom it later > communicates through side channels. > > </quote> > Please file an issue. Thanks for noticing this. St.Ack
