<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Just a thought… <div><br></div><div>1. Check your interface for errors (e.g. collisions etc.)<div>This usually happens when your local ethernet interface and adjacent switch have different configuration (e.g. one is configured to be half-duplex, and another as full-duplex).</div><div>In this case, as the  traffic increases, a number of errors (e.g. collisions) on the interface increases as well, thus causing nodes to get disconnected.</div><div><br></div><div>2. Check the disk I/O. </div><div>Sometimes, excessive disk I/O operations may cause "uninterruptible sleep". When this happens, your CPU is prevented from doing anything else but wait for disk.</div><div>If this is the case, start your run-time (where excessive disk I/O is taking place) with +A attribute (this will increase a number of threads responsible for disk I/O).</div><div><br></div><div>Kind regards</div><div><br></div><div>V/</div><div><br></div><div><br><div><div>On 15 May 2017, at 6:56 AM, Arun wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">
  

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  
  <div text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    <br>
        I am running my application on a distributed way, with one
    server node and multiple client nodes and all nodes are started in <b>visible</b>
    mode. A SNMP agent is running in the server node and I have a GUI
    through which I can access all the nodes in the distributed system.
    The SNMP query will be landing in the server node and which further
    does rpc to the specific client node and serve the query. <br>
    <br>
    The problem what I am facing is that after the complete nodes are up
    while accessing properties of some client nodes, the server node is
    getting node down messages for most of the client nodes connected to
    it with reason "<strong><span class="code">connection_closed</span></strong>"
    . The physical connection is intact and there is no ping break
    between the nodes. <br>
    <br>
    What could be the reason for this error. ? and what are the
    circumstances this error can come.?<br>
    <br>
    Note : The tick time is set to 5 Second in all the nodes.<br>
    <br>
    Regards,<br>
    Arun P<br>
  </div>

_______________________________________________<br>erlang-questions mailing list<br><a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>http://erlang.org/mailman/listinfo/erlang-questions<br></blockquote></div><br></div></div></body></html>