RE: iteration does not yield all data with consistency ONE

2010-11-15 Thread Eric van Orsouw
latest 0.6 svn branch? https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.6 It may be caused by https://issues.apache.org/jira/browse/CASSANDRA-1722 which is fixed there. On Thu, Nov 11, 2010 at 4:56 AM, Eric van Orsouw wrote: > I have tried it with RF=1 and 2 nodes and the res

RE: iteration does not yield all data with consistency ONE

2010-11-11 Thread Eric van Orsouw
. Eric -Original Message- From: Jonathan Ellis [mailto:jbel...@gmail.com] Sent: woensdag 10 november 2010 17:48 To: user Subject: Re: iteration does not yield all data with consistency ONE Interesting. Does it simplify further to RF=1 and 2 nodes? On Wed, Nov 10, 2010 at 8:58 AM, Eric van Orsou

RE: iteration does not yield all data with consistency ONE

2010-11-10 Thread Eric van Orsouw
: woensdag 10 november 2010 15:44 To: user Subject: Re: iteration does not yield all data with consistency ONE Was the node that should have the other replica of this row down when it was inserted? On Wed, Nov 10, 2010 at 6:08 AM, Eric van Orsouw wrote: > > Hello, > > > > We h

iteration does not yield all data with consistency ONE

2010-11-10 Thread Eric van Orsouw
Hello, We have a cluster of 4 nodes (0.6.6) and use the random partitioner and a replication of 2. When I insert a number of rows I can always retrieve them by their explicit id (get_range_slices("","", 1). Playing with consistency levels and temporarily shutting down a Cassandra node all yield