Hi Sean,
Thank you very much for your explanation :) looks much clearer now.
So... is not viable to set anything to 0 as it would make no sense and
fail, and also is not appropriate to set anything to the same value as
"n_value" (in this case 3) as there would be false negatives... so the
adjustm
On Sat, Jun 28, 2014 at 4:55 AM, Alex De la rosa
wrote:
> Hi there,
>
> Can somebody help me understand a bit better the bucket quorums? I will
> use the Python API to write code examples:
>
> Imagine we are building a web app like twitter, and we want fast read
> (although not need to be consist
Hi John, Hi Brett,
Thanks for the links! I will take a look and see if I figure it out ;)
Greetings,
Alex
On Sat, Jun 28, 2014 at 6:20 PM, John Daily wrote:
> I don't have time at the moment to respond in more detail, I'm afraid, but
> you should find this blog series quite useful.
>
> http:/
I don't have time at the moment to respond in more detail, I'm afraid, but
you should find this blog series quite useful.
http://basho.com/understanding-riaks-configurable-behaviors-part-1/
Sent from my iPhone
On Jun 28, 2014, at 5:56 AM, Alex De la rosa
wrote:
Hi there,
Can somebody help me
Alex —
Have you already checked out the documentation about eventual consistency?
http://docs.basho.com/riak/latest/theory/concepts/Eventual-Consistency/
Also there is a great series of blog posts which John Daily wrote about Riak’s
configuration:
http://basho.com/understanding-riaks-configura
cool - that did the trick ;-)
Roger
--
View this message in context:
http://riak-users.197444.n3.nabble.com/Exception-in-Tutorial-tp4031300p4031303.html
Sent from the Riak Users mailing list archive at Nabble.com.
___
riak-users mailing list
riak-us
Try port 10017 instead. 10018 is usually the HTTP port for the dev1 devrel node.
Thanks,
Alex
> On Jun 28, 2014, at 5:03 AM, darkchanter wrote:
>
> Hello there
> sorry to bother you guys with this totally noob question...
>
> I am trying to run the tutorial "Tast of Riak" in eclipse. I have a
Hi there,
Can somebody help me understand a bit better the bucket quorums? I will use
the Python API to write code examples:
Imagine we are building a web app like twitter, and we want fast read
(although not need to be consistent) and safe writings, this R/W
combination is appropriate?
bucket =
Hello there
sorry to bother you guys with this totally noob question...
I am trying to run the tutorial "Tast of Riak" in eclipse. I have a cluster
running made of 3 joined dev-nodes, from which I can get the stats via
browser. The "all in one client" jar is referenced by the java project.
Howeve