Riak_kv sits atop riak_ensemble, which is a multipaxos implementation.
On Tue, Mar 8, 2016 at 6:41 PM, Agung Laksono wrote:
> Thank you for answering the question.
>
> @Sargun: Right now, I'm interested in testing Riak-ensemble
> with a distributed model checker like SAMC. In the cluster membersh
Is the database being actively modified during your queries?
Queries can lock down a "snapshot" within leveldb. The query operation can
return keys that existed at the time of the snapshot, but have been
subsequently deleted by normal operations.
In such a case, the query is correct in givin
It could be the logs need to be repaired. Or inadvertently multiple keys
have been added under the same index.
It's unlikely your whole database is corrupt
On Tuesday, March 8, 2016, Alexander Popov wrote:
> Noticied that sometimes 2i query and all keys requesrs returns extra
> records ~2% of al
Noticied that sometimes 2i query and all keys requesrs returns extra
records ~2% of all records.
When call this items by get request after, it returns 404 and after that
key stops to returns in 2i and keys requests.
Does it normally or my database is corrupted?
__
If you want to learn to use riak_ensemble the library, the
documentation that Joe put together (and others)
https://github.com/basho/riak_ensemble/blob/develop/doc/Readme.md
There's real world usage of the code here:
-https://github.com/basho/riak_kv/blob/develop/src/riak_kv_ensembles.erl
Basical
You may have a look at nkbase[1] that includes riak_ensemble as one of it
working models.
[1]
https://github.com/NetComposer/nkbase/blob/master/doc/strong_consistency.md
Carlos González
NetComposer
On Mon, Mar 7, 2016 at 4:48 AM, Agung Laksono
wrote:
>
> Hi Basho developer,
>
> I've seen the vi
Can you tell us a little bit about the application? It might be easier to
use Riak kv rather than riak ensemble directly.
Sent from my iPhone
On Mar 8, 2016, at 06:54, Agung Laksono wrote:
Hi Basho developer,
I've seen the video that you guys present about rian_ensemble. I am
interesting to im
Hi Basho developer,
I've seen the video that you guys present about rian_ensemble. I am
interesting to implement riak_ensemble in the production environment in the
future. After reading the documentation(
https://github.com/basho/riak_ensemble/tree/develop/doc), I still couldn't
understand how it'