Here is a summary of what's come over our user list since the last recap.
## Announcements
*We had a couple of Product alerts this week. Please be sure to read these.
* Basho Product Alert: Socket reuse issue with Riak Golang client 1.5.1 [1]
* Basho Product Alert: Potential data loss on restar
This worked! Thank you, Vitaly!
On Fri, Mar 4, 2016 at 3:18 AM, Vitaly E <13vitam...@gmail.com> wrote:
> Hi Qiang,
>
> Since you are running with allow_mult=false, make sure the clocks of your
> Riak nodes are synchronized. If they are out of sync, newer values may get
> overridden by older one
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,
ma
Hi Qiang,
Since you are running with allow_mult=false, make sure the clocks of your
Riak nodes are synchronized. If they are out of sync, newer values may get
overridden by older ones on read, depending on the node a request hits
first. Of course this won't cover 100% of cases because a perfect cl