[erlang-questions] large scale deployments and netsplits

Ulf Wiger ulf.wiger@REDACTED
Mon Sep 14 19:28:43 CEST 2009


Joel Reymont wrote:
> 
> On Sep 14, 2009, at 4:48 PM, Ulf Wiger wrote:
> 
>> What is your setting for net_ticktime?
> 
> Is there a way to set net_ticktime programmatically,
> once the node is up and running?

net_kernel:set_net_ticktime(TickTime [, TransitionPeriod])

The default tick timeout is 45 < T < 75, with TickTime
being 60 seconds.

See http://www.erlang.org/doc/man/kernel_app.html

Normally, and especially for systems where response time
is an issue, the default ticktime is too long - not too short.
If you have network connections that are not responding within
at least 45 seconds, it seems as if you have some rather
severe overload on your links.

BR,
Ulf W
-- 
Ulf Wiger
CTO, Erlang Training & Consulting Ltd
http://www.erlang-consulting.com


More information about the erlang-questions mailing list