Re: scans stopped returning values for some keys

2010-06-14 Thread Pawel Dabrowski
Hi, thanks for your answer. my comparators for this CF were: CompareWith="LongType", CompareSubcolumnWith="UTF8Type" (which is not really correct, as I use Longs for both, but I guess it should not cause such an error). I didn't test for empty start, and I already refactored the code not to do

Re: scans stopped returning values for some keys

2010-06-10 Thread Jonathan Ellis
How is your CF defined? (what comparator?) did you try start=empty byte array instead of Long.MAX_VALUE? On Wed, Jun 9, 2010 at 8:06 AM, Pawel Dabrowski wrote: > Hi, > > I'm using Cassandra to store some aggregated data in a structure like this: > > KEY - product_id > SUPER COLUMN NAME - timest

scans stopped returning values for some keys

2010-06-09 Thread Pawel Dabrowski
Hi, I'm using Cassandra to store some aggregated data in a structure like this: KEY - product_id SUPER COLUMN NAME - timestamp and in the super column, I have a few columns with actual data. I am using a scan operation to find the latest super column (start=Long.MAX_VALUE, reversed=true, count