Exception in Tutorial

2014-06-28 Thread darkchanter
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. However I

Help on bucket quorums

2014-06-28 Thread Alex De la rosa
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

Re: Exception in Tutorial

2014-06-28 Thread Alex Moore
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 omsec...@hotmail.com wrote: Hello there sorry to bother you guys with this totally noob question... I am trying to run the tutorial Tast of Riak in

Re: Exception in Tutorial

2014-06-28 Thread darkchanter
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

Re: Help on bucket quorums

2014-06-28 Thread Brett Hazen
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:

Re: Help on bucket quorums

2014-06-28 Thread John Daily
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 alex.rosa@gmail.com wrote: Hi

Re: Help on bucket quorums

2014-06-28 Thread Alex De la rosa
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 jda...@basho.com 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

Re: Help on bucket quorums

2014-06-28 Thread Sean Cribbs
On Sat, Jun 28, 2014 at 4:55 AM, Alex De la rosa alex.rosa@gmail.com 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

Re: Help on bucket quorums

2014-06-28 Thread Alex De la rosa
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