Mark. A great post indeed and saved me a lot of trouble.
>
> - Saurabh
> From: Mark Greene
> Reply-To: "user@cassandra.apache.org"
> Date: Tuesday, March 31, 2015 at 10:15 PM
> To: "user@cassandra.apache.org"
>
> Subject: Re: Column value not getting
, 2015 at 10:15 PM
To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>"
mailto:user@cassandra.apache.org>>
Subject: Re: Column value not getting updated
Hey Saurabh,
We're actually preparing for this ourselves and spinning up our own NTP server
pool. The public NTP pools
ssandra Users
> Subject: Re: Column value not getting updated
>
> You would see that if the servers' clocks were out of sync.
>
> Make sure the time on the servers is in sync or set the client timestamps
> explicitly.
>
> On Tue, Mar 31, 2015 at 3:23 PM, Saurabh Sethi
che.org"
> Date: Tuesday, March 31, 2015 at 2:50 PM
> To: Cassandra Users
> Subject: Re: Column value not getting updated
>
> You would see that if the servers' clocks were out of sync.
>
> Make sure the time on the servers is in sync or set the client timesta
r@cassandra.apache.org>>
Date: Tuesday, March 31, 2015 at 2:50 PM
To: Cassandra Users
mailto:user@cassandra.apache.org>>
Subject: Re: Column value not getting updated
You would see that if the servers' clocks were out of sync.
Make sure the time on the servers is in sync or set the
You would see that if the servers' clocks were out of sync.
Make sure the time on the servers is in sync or set the client timestamps
explicitly.
On Tue, Mar 31, 2015 at 3:23 PM, Saurabh Sethi
wrote:
> I have written a unit test that creates a column family, inserts a row in
> that column famil
I have written a unit test that creates a column family, inserts a row in that
column family and then updates the value of one of the columns.
After updating, unit test immediately tries to read the updated value for that
column, but Cassandra returns the old value.
* I am using QueryBuilder