Re: get_range_slices returning keys which don't exist

2011-03-25 Thread Jason Harvey
Nvm. Found the answer in the FAQ :P It is normal. Thx, Jason On Fri, Mar 25, 2011 at 1:24 AM, Jason Harvey wrote: > I am running a get_range_slices on one of my larger CFs. I am then > running a 'get' call on each of those keys. I have run into 50 or so > keys that were returned in the range, bu

get_range_slices returning keys which don't exist

2011-03-25 Thread Jason Harvey
I am running a get_range_slices on one of my larger CFs. I am then running a 'get' call on each of those keys. I have run into 50 or so keys that were returned in the range, but get a NotFound when called against 'get'. I repeated the range call to ensure they weren't simply recently modified/dele