Re: Update of column sometimes takes 10 seconds

2011-09-26 Thread aaron morton
mailto:jbel...@gmail.com] > Sent: Monday, September 26, 2011 3:34 PM > To: user@cassandra.apache.org > Subject: Re: Update of column sometimes takes 10 seconds > > Sounds a lot like this to me: > http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Updates-lost-

RE: Update of column sometimes takes 10 seconds

2011-09-26 Thread Rick Whitesel (rwhitese)
@cassandra.apache.org Subject: Re: Update of column sometimes takes 10 seconds Sounds a lot like this to me: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Updates -lost-td6739612.html On Mon, Sep 26, 2011 at 1:55 PM, Rick Whitesel (rwhitese) < rwhit...@cisco.com> wrote: Hi All: W

Re: Update of column sometimes takes 10 seconds

2011-09-26 Thread Jonathan Ellis
Sounds a lot like this to me: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Updates-lost-td6739612.html On Mon, Sep 26, 2011 at 1:55 PM, Rick Whitesel (rwhitese) < rwhit...@cisco.com> wrote: > Hi All: > > ** ** > > We have a simple junit test that inserts a column, immediat

RE: Update of column sometimes takes 10 seconds

2011-09-26 Thread Rick Whitesel (rwhitese)
Subject: Re: Update of column sometimes takes 10 seconds Do you actually see the update occur if you wait for 10 seconds (as your subject implies), or do you just see intermittent failures when running the unit test? If it's the latter, are you sure that the update has a greater timestamp

Re: Update of column sometimes takes 10 seconds

2011-09-26 Thread Jim Ancona
Do you actually see the update occur if you wait for 10 seconds (as your subject implies), or do you just see intermittent failures when running the unit test? If it's the latter, are you sure that the update has a greater timestamp than the insert? I've seen similar unit tests fail because because

Update of column sometimes takes 10 seconds

2011-09-26 Thread Rick Whitesel (rwhitese)
Hi All: We have a simple junit test that inserts a column, immediately updates that column and then validates that the data updated. Cassandra is run embedded in the unit test. Sometimes the test will pass, i.e. the updated data is correct, and sometimes the test will fail. The configuration is