You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Jonathan Haddad <jo...@jonhaddad.com> on 2015/04/01 00:16:08 UTC

Re: Column value not getting updated

It's not enough to set up ntp, you're going to need to force the time to
sync.  ntp is only meant to correct for drift.

You can either use ntpdate or I think there's a flag for ntpd (that I can't
remember and am in a rush out the door) that you can use to force it to
adjust to the correct time.

On Tue, Mar 31, 2015 at 3:02 PM Saurabh Sethi <Sa...@symantec.com>
wrote:

> That’s what I found out that the clocks were not in sync.
>
> But I have setup NTP on all 3 nodes and would expect the clocks to be in
> sync.
>
> From: Nate McCall <na...@thelastpickle.com>
> Reply-To: "user@cassandra.apache.org" <us...@cassandra.apache.org>
> Date: Tuesday, March 31, 2015 at 2:50 PM
> To: Cassandra Users <us...@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 client timestamps
> explicitly.
>
> On Tue, Mar 31, 2015 at 3:23 PM, Saurabh Sethi <Saurabh_Sethi@symantec.com
> > wrote:
>
>> 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 API and not CQL directly.
>>    - I am using the consistency level of QUORUM for everything – insert,
>>    update and read.
>>    - Cassandra is running as a 3 node cluster with replication factor of
>>    3.
>>
>>
>> Anyone has any idea what is going on here?
>>
>> Thanks,
>> Saurabh
>>
>
>
>
> --
> -----------------
> Nate McCall
> Austin, TX
> @zznate
>
> Co-Founder & Sr. Technical Consultant
> Apache Cassandra Consulting
> http://www.thelastpickle.com
>