t; Sent: donderdag 11 november 2010 23:05
> To: user
> Subject: Re: iteration does not yield all data with consistency ONE
>
> Can you try with the latest 0.6 svn branch?
> https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.6 It
> may be caused by https://issues.apache.or
Jonathan, I have downloaded 0.6.8 and the iteration problem is fixed.
Thanks,
Eric
-Original Message-
From: Jonathan Ellis [mailto:jbel...@gmail.com]
Sent: donderdag 11 november 2010 23:05
To: user
Subject: Re: iteration does not yield all data with consistency ONE
Can you try with the
; no data with consistency level One,
> all rows with consistency level All
> Iterating Node .13 ==> only row '3' and '4' with consistency
> level ONE, all rows with consistency level All
>
> I appears to me there is an inconsistency somewhere,
On Thu, Nov 11, 2010 at 4:56 AM, Eric van Orsouw wrote:
> I appears to me there is an inconsistency somewhere, I hope this info
> helps.
get_range_slices does not perform read repair, so inconsistencies at cl.ONE
won't be resolved. Invoke nodetool repair everywhere and try again.
-Brandon
.
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
ritten in this case.
> It is btw also very reproducible.
>
> -Original Message-
> From: Jonathan Ellis [mailto:jbel...@gmail.com]
> Sent: woensdag 10 november 2010 15:44
> To: user
> Subject: Re: iteration does not yield all data with consistency ONE
>
> Was the node t
: 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
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 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
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