[erlang-questions] Timeout in erl_call

CGS cgsmcmlxxv@REDACTED
Thu Oct 6 08:35:02 CEST 2011


Hi Knut,

Let me see if I understood correctly. The problem is not continuous for the
same machine, but only from time to time? If not, check your installation
because, as far as I know, node-to-node communication uses RPC which, in
this case, needs to be set to accept communication without entering any
user/password (key-pair authentication and the processes to belong to the
user for which the key was created). Otherwise, if the problem appears and
disappears for a machine, there are few things which you can check:
1. If OTP (application/monitor/gen_server), check what your monitor is
reporting and see if you can match any crash/attempt to restart a generic
server.
2. Check if your listener is not busy.
3. In case of sending to a spawned thread, if the thread is up.
...and so on. You can notice that the more info you give us, the better for
us to understand your problem. Parts of the log would be very helpful (just
don't forget to replace the sensitive data with generic ones - e.g.,
mydomain.com with example.com).

Cheers,
CGS




On Wed, Oct 5, 2011 at 7:00 PM, Knut Nesheim <knut.nesheim@REDACTED> wrote:

> On Wed, Oct 5, 2011 at 5:33 PM, Joel Reymont <joelr1@REDACTED> wrote:
> >
> > Is there heavy traffic between the nodes?
> >
>
> No, I don't think the traffic should be a problem. From this machine
> to other machines in the cluster we do around 10 messages per second
> that are between 2k and 10k in size.
>
> Knut
> --
> Engineering
> http://www.wooga.com | phone +49 151 57202523 | fax +49-30-8964 9064
>
> wooga GmbH | Saarbruecker Str. 38 | 10405 Berlin | Germany
> Sitz der Gesellschaft: Berlin; HRB 117846 B
> Registergericht Berlin-Charlottenburg
> Geschaeftsfuehrung: Jens Begemann, Philipp Moeser
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20111006/344ed0bb/attachment.htm>


More information about the erlang-questions mailing list