Re: Riak in Docker - Error folding keys - incomplete_hint

2015-10-21 Thread Toby Corkindale
Anyone? I note that after 24 hours (on a very lightly loaded test cluster) I'm still seeing these scroll by a lot - 600 an hour per node. Really curious to know if this is expected behaviour or if this is resulting from some kind of node corruption. Cheers Toby On Wed, 21 Oct 2015 at 12:23 Tob

Re: Riak S2 2.1 is available

2015-10-21 Thread Outback Dingo
On Wed, Oct 21, 2015 at 3:00 AM, Matthew Brender wrote: > Hello all, > > Riak S2 2.1 (aka Riak CS) is available. Thanks to all who made it happen! > > Here are the highlights of the release: > * New metrics that enable you to determine the health of your Riak S2 > system, as well as get reports o

RE: Using Bucket Data Types slowed insert performance

2015-10-21 Thread Mark Schmidt
Hi Russell, I think we were getting ahead of ourselves with our use of CRDTs within Riak for this case, we're still very new to the platform so we're still climbing the learning curve. We'll be maintaining a set schema of registers, so your comments below makes a lot of sense. Based off of eve

RE: Using Bucket Data Types slowed insert performance

2015-10-21 Thread Mark Schmidt
Hi Alex We’re setting up some tests to compare the KV vs. CRDTs operations today and into tomorrow. I will status all with our findings. Thank you again everyone for the responses! - Mark Schmidt From: Alex Moore [mailto:amo...@basho.com] Sent: Tuesday, October 20, 201

Re: counter crdt in riak

2015-10-21 Thread David Byron
Whoops...didn't mean to drop the mailing list off the recipient list. Pull request here: https://github.com/basho/basho_docs/pull/1865. -DB On 10/21/15 7:52 AM, David Byron wrote: On 10/20/15 11:56 PM, Russell Brown wrote: On 21 Oct 2015, at 04:56, David Byron wrote: Apologies if this i

Re: Using Bucket Data Types slowed insert performance

2015-10-21 Thread Torben Hoffmann
Hi Russell, I'm about start digging into profiling of Riak in order to have a way to pin-point bottlenecks, so I am very interested in all efforts related to this. How do you decide what and how to optimise the Map? What sort of measurements do you do? Cheers, Torben Russell Brown writes: > H

Re: Using Bucket Data Types slowed insert performance

2015-10-21 Thread Russell Brown
Honestly, right now we need to work on optimising the Map. We do have a smaller/faster map in a branch that we’re working on shipping soon, as well as other optimisation planned. Does your use case have you adding and removing registers, or is this basically a set schema of registers per key? I