Skip to content

Commit

Permalink
b=14846 lnet timeouts on first connect
Browse files Browse the repository at this point in the history
It looks like connds are being hogged by connections
to unavailable nodes, so new active-connection requests can't be
handled on time.  We increase the default number of connds
to be able to handle this case a bit better.

Signed-off-by: Herb Wartens <wartens2@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
  • Loading branch information
morrone committed May 3, 2010
1 parent 47f4557 commit 961e56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lnet/klnds/socklnd/socklnd_modparams.c
Expand Up @@ -41,7 +41,7 @@ static int peer_timeout = 180;
CFS_MODULE_PARM(peer_timeout, "i", int, 0444,
"Seconds without aliveness news to declare peer dead (<=0 to disable)");

static int nconnds = 4;
static int nconnds = 8;
CFS_MODULE_PARM(nconnds, "i", int, 0444,
"# connection daemons");

Expand Down

0 comments on commit 961e56f

Please sign in to comment.