Re: Read gets stale data after failure of commit phase in CAS operation

2016-07-25 Thread Yuji Ito
> Can you outline the detailed steps to reproduce the issue Yuji ? > Our application requests UPDATE a row. The row has "id"(PRIMARY KEY), "revision" and "value" columns. The updating condition is EQ of current "revision". When the problem happens, the following sequence is executed in one

Re: Read gets stale data after failure of commit phase in CAS operation

2016-07-25 Thread DuyHai Doan
Can you outline the detailed steps to reproduce the issue Yuji ? On Mon, Jul 25, 2016 at 3:16 AM, Yuji Ito wrote: > thanks, Ryan > > >> are you using one of the SERIAL Consistency Levels? > > yes, I use read with ConsistencyLevel.SERIAL. > > On Mon, Jul 25, 2016 at 10:10

Re: Read gets stale data after failure of commit phase in CAS operation

2016-07-24 Thread Yuji Ito
thanks, Ryan > are you using one of the SERIAL Consistency Levels? yes, I use read with ConsistencyLevel.SERIAL. On Mon, Jul 25, 2016 at 10:10 AM, Ryan Svihla wrote: > are you using one of the SERIAL Consistency Levels? > > -- > Ryan Svihla > > On July 24, 2016 at 8:08:01

Re: Read gets stale data after failure of commit phase in CAS operation

2016-07-24 Thread Ryan Svihla
are you using one of the SERIAL Consistency Levels? -- Ryan Svihla On July 24, 2016 at 8:08:01 PM, Yuji Ito (y...@imagine-orb.com) wrote: > Hi, > > I have another question about CAS operation. > > Can a read get stale data after failure in commit phase? > > According to the following article,