Hard time with Riak 2.0.0pre5 features

2013-11-19 Thread Valter Balegas
Hello, I’ve been trying to use a couple features of Riak 2, but i cannot get things to work. I’m kinda new to Riak, but i’d like to try these features for a project. CRDTs: I’m trying to run this code: https://gist.github.com/russelldb/5da7d895cebc77dd38b8 First i create the type, which i do no

hard time with Riak 2.0.0pre5 features

2013-11-19 Thread Valter Balegas
Hello, I’ve been trying to use a couple features of Riak 2, but i cannot get things to work. I’m kinda new to Riak, but i’d like to try these features for a project. CRDTs: I’m trying to run this code: https://gist.github.com/russelldb/5da7d895cebc77dd38b8 First i create the type, which i do no

Re: Hard time with Riak 2.0.0pre5 features

2013-11-19 Thread Valter Balegas
ess the other problems you ran into. > > > On Tue, Nov 19, 2013 at 9:33 AM, Valter Balegas wrote: > >> Hello, >> I’ve been trying to use a couple features of Riak 2, but i cannot get >> things to work. >> I’m kinda new to Riak, but i’d like to try these featu

Re: Hard time with Riak 2.0.0pre5 features

2013-11-19 Thread Valter Balegas
tc dir (find command seems not to find the pattern anywhere else). Is there any other way to create the bucket? Valter No dia 19/11/2013, às 18:10, Jordan West escreveu: > On Tue, Nov 19, 2013 at 7:33 AM, Valter Balegas wrote: > > Strong consistency: > How does one acti

Re: Hard time with Riak 2.0.0pre5 features

2013-11-20 Thread Valter Balegas
rkaround this by doing a `riak > attach-direct` and defining the atom at the erlang shell: > > 1> consistent. > consistent > > Jordan > > > On Tue, Nov 19, 2013 at 3:06 PM, Valter Balegas wrote: > I can’t create the bucket type: > > RPC to 'riak@12

Re: Hard time with Riak 2.0.0pre5 features

2013-11-20 Thread Valter Balegas
dmin bucket-type list` and `riak-admin > bucket-type status ` where is the name of the > strongly consistent bucket you created (from one node should be sufficient)? > I've been using this feature in a personal project and just tested on a local > cluster using curl and was unable

Re: Hard time with Riak 2.0.0pre5 features

2013-11-21 Thread Valter Balegas
Thanks, it works now! i wouldn’t realize that bucket type had to be specified as a type. But i did say that i didn’t now what that meant. :) I hope i can do all my experiments now, Valter No dia 20/11/2013, às 21:04, Valter Balegas escreveu: > Hello, > > Here is the sequence of

Re: Hard time with Riak 2.0.0pre5 features

2013-11-25 Thread Valter Balegas
_timeout,#Ref<0.0.0.113>} ** When Server state == {state,”NODELINK", 8087,false,false,undefined,gen_tcp,undefined, {[],[]}, 1,[],infinity,undefined,undefined,undefined,

Re: Hard time with Riak 2.0.0pre5 features

2013-11-25 Thread Valter Balegas
No dia 26/11/2013, às 02:20, Mark Phillips escreveu: > Hi Valter, > > > On Mon, Nov 25, 2013 at 4:47 PM, Valter Balegas wrote: > Hello, > > I’m trying to use strong consistency in a riak cluster with nodes in a > wide-area network, but a timeout fires sometimes

Re: Hard time with Riak 2.0.0pre5 features

2013-11-26 Thread Valter Balegas
Phillips escreveu: > Hi Valter, > > > On Mon, Nov 25, 2013 at 4:47 PM, Valter Balegas wrote: > Hello, > > I’m trying to use strong consistency in a riak cluster with nodes in a > wide-area network, but a timeout fires sometimes, regardless the timeout > value. &g

Re: Hard time with Riak 2.0.0pre5 features

2013-11-26 Thread Valter Balegas
> > Jordan > > [1] http://docs.basho.com/riakee/latest/ > > > On Tue, Nov 26, 2013 at 4:25 AM, Valter Balegas wrote: > >> It also gives me the time-out, when i run one node locally, if i create >> the bucket type like this: >> >> ./riak-admin buck

Re: Hard time with Riak 2.0.0pre5 features

2013-11-27 Thread Valter Balegas
s. > > If you find consensus is enabled, let us know and we can dig more. > > Cheers, > Jordan > > Sent from my iPhone > > On Nov 26, 2013, at 3:24 PM, Valter Balegas wrote: > >> I've sent a second message stating that the same happens locally if I s