You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2010/06/01 00:17:36 UTC

[jira] Commented: (CASSANDRA-884) get_range_slice returns multiple copies of each row for ConsistencyLevel > ONE

    [ https://issues.apache.org/jira/browse/CASSANDRA-884?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12873805#action_12873805 ] 

Jonathan Ellis commented on CASSANDRA-884:
------------------------------------------

AJ, can you create a new issue with some sample code to reproduce what you are seeing?

> get_range_slice returns multiple copies of each row for ConsistencyLevel > ONE
> ------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-884
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-884
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.5
>         Environment: 4-cluster Gentoo Linux 2.6.18 with a ReplicationFactor of 2
>            Reporter: Omer van der Horst Jansen
>            Assignee: Omer van der Horst Jansen
>             Fix For: 0.6
>
>         Attachments: 0001-RangeSliceResponseResolver.patch, 884-v2.txt, TestApp2.java
>
>
> I've noticed that both 0.5.1 and 0.6b2 return multiple 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 and ReplicationFactor is greater than one.
> 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.
> I've seen this happen with Cassandra 0.5.1 and with 0.6 beta 2. The behavior on 0.6 beta 2 is exhibited with both get_range_slice and get_range_slices.
> The attached Java program demonstrates the issue for 0.6 beta 2. The program writes a series of single-column rows into the Standard1 table, and then uses get_range_slice to receive a list of all row. The returned number of rows is consistently twice the number of rows written to the database. I wipe out the database completely before running the test.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.