Re: Column value not getting updated

2015-04-02 Thread daemeon reiydelle
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

Re: Column value not getting updated

2015-03-31 Thread Saurabh Sethi
, 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

Re: Column value not getting updated

2015-03-31 Thread Mark Greene
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

Re: Column value not getting updated

2015-03-31 Thread Jonathan Haddad
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

Re: Column value not getting updated

2015-03-31 Thread Saurabh Sethi
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

Re: Column value not getting updated

2015-03-31 Thread Nate McCall
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

Column value not getting updated

2015-03-31 Thread Saurabh Sethi
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