Riak 2.0.x Link Walking Returns Only Some Data

Asked 2 years ago, Updated 2 years ago, 47 views

I was using riak 2.0.2, and I didn't understand anything.

A bucket named bucket contains an object whose key is key, from which 26 links were added to the elements of another bucket.

 curl-v-X GET http://riak-host.hoge.com:8098/buckets/bucket/keys/key

When I sent such a request, I was able to confirm that there are 26 links in the response header Link. However, when I did Link Walking in the following request, I received only 20 pieces of data.

 curl-v-X GET http://riak-host.hoge.com:8098/buckets/bucket/keys/key/targetbucket,_,1

I thought the linked object might not exist, so I checked it, but it did exist. What are the possible causes of this situation?

untagged

2022-09-30 14:24

1 Answers

I solved myself.The reason seems to be that some of the riak clusters were dropped.

This response is posted as a community wiki based on @syuhei's comments.


2022-09-30 14:24

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.