On Tue, Jul 13, 2010 at 7:38 AM, Thomas Heller <i...@zilence.net> wrote: > I'm not entirely sure but I think you can only use get_range_slices > with start_key/end_key on a cluster using OrderPreservingPartitioner. > Dont know if that is intentional or buggy like Jonathan suggest but I > saw the same "duplicates" behaviour when trying to iterate all rows > using RP and start_key/end_key.
Interesting -- there must be something obvious wrong there, because it's *supposed* to work (in token/md5 order -- which is to say, you shouldn't ever get the same start key, back after position 0 of course). But it's definitely under-tested compared to OPP.