<div dir="ltr">That is very interesting to learn. Thanks a lot for explaining this to me. <div><br></div><div>The follow up question then becomes, is it recommended to have such a mesh? (because I read word problematic). How do people in general connect to server? so they start with <i>-connect_all false</i> as mentioned?</div><div><br></div><div>Thanks</div><div>+ Harit</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 20, 2015 at 6:17 AM, Mihai Balea <span dir="ltr"><<a href="mailto:mihai@hates.ms" target="_blank">mihai@hates.ms</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
> On Jan 20, 2015, at 9:03 AM, Mihai Balea <<a href="mailto:mihai@hates.ms">mihai@hates.ms</a>> wrote:<br>
><br>
> When a node connects to another node in a running cluster, it gets a list of nodes already in the cluster. It then establishes connections to every one of them automatically. You end up with a fully connected mesh. That is the default behavior, and the reason why large erlang clusters become problematic (n*n connections). There are ways to override this behavior at a loss of some functionality.<br>
<br>
</span>Just to be accurate, the number of connection is given by the formula n*(n-1)/2</blockquote></div><br></div>