during shutdown there is a window after we have stopped TCP and disconnected from...
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 28 Oct 2010 02:38:34 +0000 (13:38 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 28 Oct 2010 02:41:18 +0000 (13:41 +1100)
commitad7e42688e45a3a093c1476b5cceb07993cf7744
tree86d82cd00c51a789955122e54203f6522a1208f6
parent2a3872827e3ffda166191fc6ad09144a11d5041c
during shutdown there is a window after we have stopped TCP and disconnected from all other nodes but before we have stopped all processing.

During this window we may still hit asynchronous events that will fail because we can not send/receive packets from other nodes.

These messages are logged as ... Transport is DOWN. To help indicate that they are benign messages related to the process of shutting down.

These messages spam the syslog during normal shutdown, so this patch will drop the loglevel of these messages to DEBUG, so that they will not appear in or spam the syslog.
server/ctdb_call.c
server/ctdb_control.c
server/ctdb_daemon.c