Re: Use of fallback nodes for get requests?

2010-08-02 Thread Justin Sheehy
Hi, Nico. On Mon, Aug 2, 2010 at 1:19 PM, Nico Meyer wrote: > What I mean is, if I do a get request for a key with R=N, and one of the > first N nodes in the preflist is down the request will still succeed. > Why is that? Doesn't that undermine the purpose of seting R to a high > number (specifi

Recap for 7/30 - 8/1

2010-08-02 Thread Mark Phillips
Morning, Afternoon, Evening, Hope everyone had a great weekend. For this installment of the Recap: a multitude of Gists, a video of Sean Cribbs, Kevin Smith talking Riak Core, and much more. Enjoy! Mark Community Manager Basho Technologies wiki.basho.com twitter.com/pharkmillups Recap fo

Use of fallback nodes for get requests?

2010-08-02 Thread Nico Meyer
Hi! I have a question regarding the use of fallback nodes for get requests. As I read the code, get requests use fallback nodes if any of the nodes normally holding the key are not reachable. Also a simple test seemed to confirm this. What I mean is, if I do a get request for a key with R=N, and

Re: riak postcommit hooks

2010-08-02 Thread Daniel Reverri
The "postcommit" property on a bucket should be a list of "mod", "fun" references. Are you passing a list to the postcommit property? Dan Sent from my iPhone On Aug 2, 2010, at 3:04 AM, Joseph Lambert wrote: > Hi, > > I've been trying to work with postcommit hooks to try a method for creatin

Re: Write_lock error has occurred after inserting 12M data

2010-08-02 Thread David Smith
On Sun, Aug 1, 2010 at 11:40 AM, Alex Wolfe wrote: > IIRC, that was a full paste of all the bitcask.write.locks. Riak fails > pretty much immediately while running my test suite, maybe before a lock is > opened for each partition? > If that was a full paste, yes, you weren't even getting the wh

riak postcommit hooks

2010-08-02 Thread Joseph Lambert
Hi, I've been trying to work with postcommit hooks to try a method for creating indexes. I've added to the bucket properties "mod" : "post_commit_index" and "fun" : "index_value" and verified those properties are set. I then attach to riak, and make sure the module is loaded. Then, when I try to