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:08 +0000 (13:41 +1100)
commit8275d265d2ae19b765e30ecf18f6b6319b6e6453
treebd98071aebbcc1b1bb2f2673633627a90a366ca0
parentcd84da6f247ee46bbab8318298d1cd3cfc87aba9
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