Re: Autovacuum seems to block database: WARNING worker took too long to start
От | Alvaro Herrera |
---|---|
Тема | Re: Autovacuum seems to block database: WARNING worker took too long to start |
Дата | |
Msg-id | 1289934330-sup-4464@alvh.no-ip.org обсуждение исходный текст |
Ответ на | Re: Autovacuum seems to block database: WARNING worker took too long to start (Pablo Delgado Díaz-Pache <delgadop@gmail.com>) |
Ответы |
Re: Autovacuum seems to block database: WARNING worker took
too long to start
|
Список | pgsql-admin |
Excerpts from Pablo Delgado Díaz-Pache's message of mar nov 16 12:18:09 -0300 2010: > Not sure what you mean. > > Once we start getting that error in the postgres log, there is no autovacuum > entry. Only that error message once every minute (and as i wrote in my last > email, the same message all the time). Yeah. This means that the autovacuum launcher daemon is still running and trying to schedule new jobs, but it's not able to for some reason. When it tries to start a new one, it sees the old one still waiting to start running; and then it logs this message. To start a new job, what it does is send a signal to postmaster and wait for it to create a child process. This is the part that's not working. > The question is what is causing postgres to stop working. Autovacuum or > another reason? If it's another reason ... what could it be? I have no idea what's going on. I have never seen this problem. If you see it happen again, please get a stacktrace from postmaster; and/or strace it. -- Álvaro Herrera <alvherre@commandprompt.com> The PostgreSQL Company - Command Prompt, Inc. PostgreSQL Replication, Consulting, Custom Development, 24x7 support
В списке pgsql-admin по дате отправления: