Anyone?

On 4 March 2016 at 19:11, Oleksiy Krivoshey <oleks...@gmail.com> wrote:

> I have a bucket with ~200 keys in it and I wanted to iterate them with the
> help of $bucket index and 2i request, however I'm facing the recursive
> behaviour, for example I send the following 2i request:
>
> {
> bucket: 'BUCKET_NAME',
> type: 'BUCKET_TYPE',
> index: '$bucket',
> key: 'BUCKET_NAME',
> qtype: 0,
> max_results: 10,
> continuation: 'AAAA'
> }
>
> I receive 10 keys and continuation 'BBBB', I then repeat the request with
> continuation 'BBBB' and at this point I can receive a reply with
> continuation 'CCCC' or 'AAAA' or even 'BBBB' and its going in never ending
> recursion.
>
> I'm running this on a 5 node 2.1.3 cluster.
>
> What I'm doing wrong? Or is this not supported at all?
>
> Thanks!
>
_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to