How are timestamps selected for LWTs?

2016-02-02 Thread Nicholas Wilson
Hi, In the Cassandra docs I've read, it's not described how the timestamp is determined for LWTs. It's not possible to specify a timestamp with "USING TIMESTAMP ...", and my best guess is that in the "read" phase of the LWT (between propose and commit) the timestamp is selected based on the

Re: How are timestamps selected for LWTs?

2016-02-02 Thread Nicholas Wilson
ylv...@datastax.com> Sent: 02 February 2016 10:24 To: user@cassandra.apache.org Subject: Re: How are timestamps selected for LWTs? On Tue, Feb 2, 2016 at 10:46 AM, Nicholas Wilson <nicholas.wil...@realvnc.com<mailto:nicholas.wil...@realvnc.com>> wrote: Hi, In the Cassandra do

Re: How are timestamps selected for LWTs?

2016-02-02 Thread Sylvain Lebresne
On Tue, Feb 2, 2016 at 10:46 AM, Nicholas Wilson < nicholas.wil...@realvnc.com> wrote: > Hi, > > In the Cassandra docs I've read, it's not described how the timestamp is > determined for LWTs. It's not possible to specify a timestamp with "USING > TIMESTAMP ...", and my best guess is that in the