Re: signal and startup process

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: signal and startup process
Дата
Msg-id 1287080278.1725.1092.camel@ebony
обсуждение исходный текст
Ответ на signal and startup process  (Fujii Masao <masao.fujii@gmail.com>)
Список pgsql-hackers
Committed.

On Thu, 2010-10-14 at 12:57 +0900, Fujii Masao wrote:
> Hi,
> 
> It takes nonsensically extra several seconds to shut down the standby server.
> This is because the startup process cannot respond immediately the SIGTERM
> signal sent by postmaster for the shutdown while it's sleeping on WaitLatch.
> This delays the shutdown for up to the sleep time on WaitLatch (currently
> 5 seconds).
> 
> The signal handlers of the startup process should call SetLatch to respond
> the signals even while it's sleeping on WaitLatch, like those of walsender
> already do. The attached patch does this.
> 
> Regards,
> 

-- Simon Riggs           www.2ndQuadrant.comPostgreSQL Development, 24x7 Support, Training and Services



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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Bug in writeTimeLineHistory
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Docs for archive_cleanup_command are poor