Re: Duplicate result of get_indexed_slices, depending on indexClause.count

2011-04-15 Thread Jonathan Ellis
https://issues.apache.org/jira/browse/CASSANDRA-2406 On Fri, Apr 15, 2011 at 1:43 AM, sam_ wrote: > Hi All, > > I have been using Cassandra 0.7.2 and 0.7.4 with Thrift API (using Java). > > I noticed that if I am querying a Column Family with indexed columns > sometimes I get a duplicate result i

Duplicate result of get_indexed_slices, depending on indexClause.count

2011-04-14 Thread sam_
Hi All, I have been using Cassandra 0.7.2 and 0.7.4 with Thrift API (using Java). I noticed that if I am querying a Column Family with indexed columns sometimes I get a duplicate result in get_indexed_slices depending on the number of rows in the CF and the count that I set in IndexClause.count.