[erlang-questions] Erlang application will affect Erlang kernel net tick time operation ?.

Tobias Schlager Tobias.Schlager@REDACTED
Wed May 24 08:59:45 CEST 2017


Hi Anand,

here's the relevant quote from the kernel application documentation [1]:
'Notice that all communicating nodes are to have the same TickTime value specified.'

You are not supposed to run several connected Erlang nodes with different tick times. That's most probably the reason, for the node down messages you encounter.

Regards
Tobias

[1] http://erlang.org/doc/man/kernel_app.html



More information about the erlang-questions mailing list