Re: 9.1.3 backends getting stuck in 'startup'

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 9.1.3 backends getting stuck in 'startup'
Дата
Msg-id 25861.1335554831@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: 9.1.3 backends getting stuck in 'startup'  (Jeff Frost <jeff@pgexperts.com>)
Ответы Re: 9.1.3 backends getting stuck in 'startup'  (Jeff Frost <jeff@pgexperts.com>)
Список pgsql-bugs
Jeff Frost <jeff@pgexperts.com> writes:
> Any idea what I should be looking for in the backtraces?

> I would imagine I can ignore any that are in InitPostgres, but that still
> leaves quite a few to look through.

I think you can probably skip all that are blocked in LWLockAcquire
called from bufmgr.c:531, at least for a first pass.  Calls from
elsewhere in bufmgr.c might be more interesting, and anything that's not
blocked at an LWLockAcquire at all might be even more interesting.

            regards, tom lane

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

Предыдущее
От: Jeff Frost
Дата:
Сообщение: Re: 9.1.3 backends getting stuck in 'startup'
Следующее
От: Jeff Frost
Дата:
Сообщение: Re: 9.1.3 backends getting stuck in 'startup'