Re: Mixing CAS and TTL.

2014-02-25 Thread J Robert Ray
not completely deleted when TTL expires, then the behavior >>> is definitely fishy, and should probably be filed as a bug. >>> >>> >>> >>> To your other question, once a TTL update is expired, you can't infer >>> its past existence through

Re: Mixing CAS and TTL.

2014-02-25 Thread Sylvain Lebresne
red, you can't infer its >> past existence through any queries. >> >> >> >> Daniel >> >> >> >> *From:* J Robert Ray [mailto:jrobert...@gmail.com] >> *Sent:* Monday, February 24, 2014 11:10 PM >> *To:* user@cassandra.apache.org &g

RE: Mixing CAS and TTL.

2014-02-25 Thread J Robert Ray
n't infer its > past existence through any queries. > > > > Daniel > > > > *From:* J Robert Ray [mailto:jrobert...@gmail.com] > *Sent:* Monday, February 24, 2014 11:10 PM > *To:* user@cassandra.apache.org > *Subject:* Mixing CAS and TTL. > > > > H

RE: Mixing CAS and TTL.

2014-02-24 Thread Daniel Shelepov
stion, once a TTL update is expired, you can't infer its past existence through any queries. Daniel From: J Robert Ray [mailto:jrobert...@gmail.com] Sent: Monday, February 24, 2014 11:10 PM To: user@cassandra.apache.org Subject: Mixing CAS and TTL. Hi, I am trying to mix CAS and TTL

Mixing CAS and TTL.

2014-02-24 Thread J Robert Ray
Hi, I am trying to mix CAS and TTL and am wondering if this behavior that I am seeing is expected. I'm on 2.0.2 and using the java datastax 2.0.0-rc3 client. In my application, a server "claims" a row by assigning a value to a row using CAS, expecting the column to start out null. The column has