Omer opened https://issues.apache.org/jira/browse/CASSANDRA-884, which
was fixed in 0.6 svn (after beta3 was tagged).

On Wed, Mar 24, 2010 at 3:24 PM, Jack Culpepper <jackculpep...@gmail.com> wrote:
> Did a ticket get opened for this? I am able to duplicate it.
>
> Jack
>
> On Fri, Mar 12, 2010 at 11:57 AM, Jonathan Ellis <jbel...@gmail.com> wrote:
>> That would be a bug, not intended behavior.  Can you open a ticket?
>>
>> On Fri, Mar 12, 2010 at 11:48 AM, Omer van der Horst Jansen
>> <ome...@yahoo.com> wrote:
>>> I've noticed that both 0.5.1 and 0.6b2 return (ReplicationFactor)
>>> identical copies of the data stored in my keyspace whenever I make a
>>> call to get_range_slice or get_range_slices using
>>> ConsistencyLevel.QUORUM.
>>>
>>> So with ReplicationFactor set to 2 for my application's KeySpace I get
>>> double the number of KeySlices that I expect to get. When using
>>> ConsistencyLevel.ONE I get only one KeySlice for each row.
>>>
>>> The same routine running against the Standard1 keyspace with a
>>> ReplicationFactor of 1 returns only a single KeySlice for each row. A
>>> ReplicationFactor of three gives me three identical KeySlices when using
>>> ConsistencyLevel.QUORUM.
>>>
>>> Is this the intended behavior of get_range_slices? I remember reading in
>>> one of the Dynamo papers that applications (and not Dynamo) are required
>>> to sort out any discrepancies in the data, but in this case there aren't
>>> any discrepancies.
>>>
>>> Omer
>>>
>>>
>>>
>>>
>>
>

Reply via email to