Re: What do you do when Riak freezes?

2014-03-20 Thread Shane McEwan
On 19/03/14 20:56, Michael Dillon wrote: > I've run into a problem with Riak freezing completely on one node > running on Ubuntu 12.04 LTS on a XEN VM (EC2). If I ssh into the node > and run "ps ax" that shell session also freezes. I also tried another > ssh session with "netstat -lnp" to see if I

Any docs on Yokozuna with erlang client?

2014-03-20 Thread Buri Arslon
Hi guys! In yokozuna github page, I see only http examples. Do you have any docs for erlang client? thanks, Buriwoy ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Re: Any docs on Yokozuna with erlang client?

2014-03-20 Thread Hector Castro
Hey Buri, The snippets in our search documentation [0] have tabs for different languages (Ruby, Python, Erlang, etc). -- Hector [0] http://docs.basho.com/riak/2.0.0pre11/dev/using/search/ On Thu, Mar 20, 2014 at 10:28 AM, Buri Arslon wrote: > Hi guys! > > In yokozuna github page, I see only ht

effect of riak stop node

2014-03-20 Thread nathn pal
Hi All, I am a newbie to RiakDB and working on backup. We are using leveldb and docs says we need to stop the node before taking backup of db folder. When I stop one of the nodes, member status is not changing. Is it normal. How does client read,writes get routed, affect when node is stopped.

Re: effect of riak stop node

2014-03-20 Thread Tom Santero
Hi NP, Stopping a node does not change ring membership; the node stops running, but still retains and is responsible for the data for it's share of the vnodes. The command: riak-admin ring-status will show you unreachable/downed nodes. Regards, Tom On Thu, Mar 20, 2014 at 2:19 PM, nathn pal

Re: Any docs on Yokozuna with erlang client?

2014-03-20 Thread Buri Arslon
Thanks, Hector! Somehow, I missed that. On Thu, Mar 20, 2014 at 11:44 AM, Hector Castro wrote: > Hey Buri, > > The snippets in our search documentation [0] have tabs for different > languages (Ruby, Python, Erlang, etc). > > -- > Hector > > [0] http://docs.basho.com/riak/2.0.0pre11/dev/using/se

Re: effect of riak stop node

2014-03-20 Thread nathn pal
Hi Tom, Thanks for the response. Our client connection is using AWS lb like below. So if the instance is stopped for back up purposes . lb can take it out . But when the node comes back will it automatically sync all the pending transactions that are not replicated to this node. Is there a way

Riak Search 2.0

2014-03-20 Thread Sapre, Meghna A
Hi all, I recently inherited a Riak dB, so my questions are probably very basic. The ones I ask are the ones I couldn't find answers to in the docs or online. 1. When I run 'riak-admin status | grep riak_kv_version', it shows 'riak 1.4.2'. The person who had originally done the installation

Re: Riak 2.0 Yokozuna performance

2014-03-20 Thread Dmitri Zagidulin
The other thing to keep in mind is, /types/users_t/buckets/users/ and /buckets/users/ are two separate entities. Meaning, if you write to one of those, you won't be able to read it from the other. Only the writes to /types/users_t/buckets/users/ will actually be indexed by Search. On Wed, Mar 1

RE: Riak Search 2.0

2014-03-20 Thread Sapre, Meghna A
Thanks, seems to be a mix. Riak_search_version is ‘1.4.1-19’, is there 2.0 version for this? If so, how do I get it? Thanks, Meghna From: Michael Dillon [mailto:mdillon...@pagefreezer.com] Sent: Thursday, March 20, 2014 4:25 PM To: Sapre, Meghna A Subject: Re: Riak Search 2.0 Try using riak-adm

Re: Cleaning up bucket after basho_bench run

2014-03-20 Thread István
Yes, I have used the configuration like above. The leveldb folder still has 100+Gb used unlike the cluster that has not been used for basho_bench testing. The "real" data size is 10G. Also, when I try to list the keys for the test bucket it behaves exactly like before, not like an empty bucket. R