Mod callback on Pid

2015-11-09 Thread Jorge Garrido gomez
Hello, this is our last commit: https://github.com/zgbjgg/riak-erlang-client/commit/0f5d170e9ba605a668eea09a55b2318ce5927c40 Ignore the previous Thank you > On Nov 9, 2015, at 5:56 PM, Jorge Garrido

Re: Error on crash.log

2015-11-09 Thread Jorge Garrido gomez
Hello, Recently we upgrade our core application written in erlang that uses riak erlang client with protobuffs, before this upgrade we use a simple load balancer between nodes, so in a simple gen_server a pid is created and keep into the state, but some times the pid will be disconnected and we

Re: Where to place merge_window using multi-backend in app.config?

2015-11-09 Thread Ricardo Mayerhofer
Thanks! On Mon, Nov 9, 2015 at 2:23 PM, Luke Bakken wrote: > Hi Ricardo, > > You want to put it it the top-level of your app.config file, in the > bitcask section: > > {bitcask, > [{io_mode,erlang}, > {merge_window,...}, > ..., > ... > ]}, > > > http://docs.basho.co

Re: Where to place merge_window using multi-backend in app.config?

2015-11-09 Thread Luke Bakken
Hi Ricardo, You want to put it it the top-level of your app.config file, in the bitcask section: {bitcask, [{io_mode,erlang}, {merge_window,...}, ..., ... ]}, http://docs.basho.com/riak/1.4.9/ops/advanced/backends/multi/ -- Luke Bakken Engineer lbak...@basho.com

Re: cuttlefish

2015-11-09 Thread Michael L Martin
Thanks! I will look at this sometime this week, when I get a chance. On 11/08/2015 08:49 PM, Drew Kerrigan wrote: Hi Michael/Luke, This thread is old, but after fighting through similar issues with cuttlefish, clique, and node package, I put together a simple skeleton app using all of those

Where to place merge_window using multi-backend in app.config?

2015-11-09 Thread Ricardo Mayerhofer
Hi, Riak 1.4 documentation states: "Certain settings, such as Bitcask's merge_window, are set per-node, rather than per-backend, and as such must be set in the top level backend sections of your app.config." However I'm unsure where to put it in app.config file when using multi-backend, given ther

Re: RiakKV and RiakS2 co-existing

2015-11-09 Thread Magnus Kessler
On 24 October 2015 at 18:15, Emyr James wrote: > Hi, > I've started to use RiakKV on an 11 node cluster. So far it seems to be > working reasonably well for my application although I occasionally hit > Timeouts on inserts and have to keep retrying in my python client. > I'm interested in giving R