Tue Jul 23 12:08:32 PDT 2013
- Previous message: [Slony1-general] Slony Watchdog failed starting up the child process
- Next message: [Slony1-general] Slony Watchdog failed starting up the child process
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
My intuition from seeing it say "FATAL" is that that's indicating "death of process," and that there's not much coming back from it. This behaviour is pretty consistent with what happens with a Postgres postmaster; if the attempt to start up fails due to seeming already to have a postmaster, it doesn't retry, pg_ctl immediately gives up. By the way, is this possibly because of a zombied old connection that got disconnected due to firewall glitch or such? If so, you should probably see about lowering the TCP keepalive parameters both in the slon.conf file and in postgresql.conf (On postgresql.conf, see tcp_keepalives_(idle|interval|count), and on slon.conf, see tcp_keepalive, tcp_keepalive_(idle|interval|count).) On Tue, Jul 23, 2013 at 3:07 PM, Christopher Browne <cbbrowne at afilias.info>wrote: > My intuition from seeing it say "FATAL" is that that's indicating "death > of process," and that there's not much coming back from it. > > This behaviour is pretty consistent with what happens with a Postgres > postmaster; if the attempt to start up fails due to seeming already to have > a postmaster, it doesn't retry, pg_ctl immediately gives up. > > By the way, is this possibly because of a zombied old connection that got > disconnected due to firewall glitch or such? If so, you should probably > see about lowering the TCP keepalive parameters both in the slon.conf file > and in postgresql.conf > > (On postgresql.conf, see tcp_keepalives_(idle|interval|count), and on > slon.conf, see tcp_keepalive, tcp_keepalive_(idle|interval|count).) > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.slony.info/pipermail/slony1-general/attachments/20130723/eeffe7d5/attachment.htm
- Previous message: [Slony1-general] Slony Watchdog failed starting up the child process
- Next message: [Slony1-general] Slony Watchdog failed starting up the child process
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-general mailing list