Re: Unresponsive vacuum process

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Unresponsive vacuum process
Дата
Msg-id 22512.1085010552@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Unresponsive vacuum process  ("Ed L." <pgsql@bluepolka.net>)
Ответы Re: Unresponsive vacuum process  ("Ed L." <pgsql@bluepolka.net>)
Re: Unresponsive vacuum process  (<wespvp@syntegra.com>)
Список pgsql-general
"Ed L." <pgsql@bluepolka.net> writes:
> I have a 7.2.1 backend running VACUUM which appears to be blocking all other
> processes.  I have issued SIGTERM and SIGINT directly to that backend and
> also killed the client process, but the VACUUM continues chewing up CPU and
> blocking others.

Hmph.  AFAICS 7.2 does contain CHECK_FOR_INTERRUPT calls within all the
major VACUUM loops, so it should respond to SIGINT in a reasonably
timely fashion.  I'd think it was blocked on someone else's lock if it
weren't that you say it's still consuming CPU.  Can you attach to the
troublesome backend with gdb and get a stack trace to show where it is?

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Documentation clairification?, CHECK constraints
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Join works in 7.3.6, fails in 7.4.2