>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.
Okay.
>The only solution I found was using start_token/end_token which also
>has some issues but once you work arround those everything works just
>fine (0.6.3 for me).
I am not sure what you mean with "..only solution I found was using start_token/end_token..".
Do you mean if I also use OPP?
|