Re: trouble restarting a server

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: trouble restarting a server
Дата
Msg-id 192.1179790145@sss.pgh.pa.us
обсуждение исходный текст
Ответ на trouble restarting a server  ("Peter Koczan" <pjkoczan@gmail.com>)
Ответы Re: trouble restarting a server  ("Peter Koczan" <pjkoczan@gmail.com>)
Список pgsql-admin
"Peter Koczan" <pjkoczan@gmail.com> writes:
> [ lots of processes stuck in "notify interrupt" code ]

That's weird.  If it's still in that state, or if you can reproduce it,
could you attach to a few of those processes with gdb and get stack
traces?

Looking at the async.c code, an obvious candidate is that that routine
tries to take ExclusiveLock on pg_listener --- so if something had
managed to exit without releasing a lock on that table, hangups could be
expected.  But if that were the case, you'd think the process status
lines would include "waiting".  My guess is they're blocked on something
lower-level than a table lock, but without a stack trace it's hard to
guess what.

Which PG release is this exactly?

            regards, tom lane

В списке pgsql-admin по дате отправления:

Предыдущее
От: "Peter Koczan"
Дата:
Сообщение: trouble restarting a server
Следующее
От: Andreas
Дата:
Сообщение: Can I restrict backups?