Re: May allow_mult cause DoS?

2013-12-19 Thread Jason Campbell
Can anyone familiar with Riak internals describe how siblings are handled in Level DB? I think part of this issue is a misunderstanding of how that works and false expectations. As far as I understand, siblings are light at write time and resolved at read time.Meaning if I had an object with 100 si

Re: 404 Error: Object Not Found

2013-12-19 Thread Ari King
Hi Hector, I figured out the root issue this morning. I am using ubuntu 12.10 via vagrant on windows. I installed Riak on the default shared folder as an admin so installation, including symlinks, was successful. But for some reason, running Riak from this shared folder results in all the errors/i

Re: 404 Error: Object Not Found

2013-12-19 Thread Hector Castro
Is your request being made against a new bucket? If not, have you altered your default bucket properties? Are you overriding any default bucket properties in your request? It might help if you could paste your test commands along with updated app.configs. -- Hector On Wed, Dec 18, 2013 at 1:16

Re: strange error with risk 1.3.1 on OS X

2013-12-19 Thread José G. Quenum
thanks Luke, I did all that. Finally, I changed my timezone and the bug went away. José On Dec 18, 2013, at 9:43 PM, Luke Bakken wrote: > I think you're hitting this timezone bug: > > http://erlang.org/pipermail/erlang-questions/2013-January/071698.html > > Could you update your Riak version, w

Re: May allow_mult cause DoS?

2013-12-19 Thread Andy Gross
I’d wait for strong consistency in Riak 2.0 or try another solution. Your requirements probably need to be rethought if you intend to use any database on the AP side of the spectrum. - Andy — Andy Gross Chief Architect Basho Technologies, Inc. On Dec 18, 2013, at 9:18 PM, Viable Nisei wr