Re: high availability using riak Java client

2013-12-09 Thread Alex Shneyderman
The simplest thing to do is to hide your cluster behind HA proxy. That way you only need to know IP address of HA proxy (or 2 IP addresses since you might want to spawn two of those as well for high availability). On Mon, Dec 9, 2013 at 7:05 AM, Shimon Benattar wrote: > Hi Riak users, > > we are

Re: erlang client lib problem.

2011-12-14 Thread Alex Shneyderman
Have you written you're own queue module that is on the code path? > > What does `code:which(queue)` show? > > My guess is you've defined your own queue module and that is causing the > problem. > > -Ryan > > On Wed, Dec 14, 2011 at 3:12 PM, Alex Shneyderman > wr

erlang client lib problem.

2011-12-14 Thread Alex Shneyderman
some oddity I see here. I installed riak 1.0.2 and started it up. It runs fine as I can save docs and retrieve them via http. Then I wanted to try out erlang client. I got it from github. make all work fine. I started an erlang node and when I try to ping or do a key listing operation I get the fol