Re: does Riak cluster maintain fully connected Erlang network

2012-01-31 Thread Sharas gpavarde
As I understand, overhead of Erlangs' fully connected node network is in TCP pings or heartbeats that nodes send to each other. Each node pings every other node that it is connected to. So that ping overhead grows quadratically with node count. Frequency of those heartbeats can be set with -kernel

Re: does Riak cluster maintain fully connected Erlang network

2012-01-28 Thread Anthony Molinaro
We've got a riak_core based application in production which currently has 83 and which at one point had 85 nodes so the practical limit is definitely higher than 20. It would be nice to know of a real limit though... -Anthony On Jan 28, 2012, at 7:31 AM, David Smith wrote: > On Sat, Jan 28,

Re: does Riak cluster maintain fully connected Erlang network

2012-01-28 Thread David Smith
On Sat, Jan 28, 2012 at 8:18 AM, Sharas gpavarde wrote: > Hi > > I wonder does Riak cluster maintain fully connected Erlang network between > machines? > As far as I know Erlang node network has a practical limit of around 20 > machines > Does this limit influence Riak? Hi Sharas, Erlang/Riak do