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
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
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
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
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