I wrote a code that iterate on all the rows by using get_range_slices. for the first call I use KeyRange from "" to "". for all the others I use from <the last key that I got in the previous iteration> to "". I always get the same rows that I got in the previous iteration. I tried changing the batch size but I still gets the same results. I tried it both in single node and a cluster. I use RP with version 0.6.3 and Hector.
Does anyone know how this can be done? Shimi