checkpointer code behaving strangely on postmaster -T

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема checkpointer code behaving strangely on postmaster -T
Дата
Msg-id 1333124720-sup-6193@alvh.no-ip.org
обсуждение исходный текст
Ответы Re: checkpointer code behaving strangely on postmaster -T
Список pgsql-hackers
I noticed while doing some tests that the checkpointer process does not
recover very nicely after a backend crashes under postmaster -T (after
all processes have been kill -CONTd, of course, and postmaster told to
shutdown via Ctrl-C on its console).  For some reason it seems to get
stuck on a loop doing sleep(0.5s)  In other case I caught it trying to
do a checkpoint, but it was progressing a single page each time and then
sleeping.  In that condition, the checkpoint took a very long time to
finish.

Pressing Ctrl-C in the postmaster console at that point does not have
any effect.

--
Álvaro Herrera <alvherre@alvh.no-ip.org>


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

Предыдущее
От: Marko Kreen
Дата:
Сообщение: Re: Speed dblink using alternate libpq tuple storage
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Uppercase tab completion keywords in psql?