Re: "smart" shutdown is broken in HEAD

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: "smart" shutdown is broken in HEAD
Дата
Msg-id 26741.1186166106@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: "smart" shutdown is broken in HEAD  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: "smart" shutdown is broken in HEAD
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> Tom Lane wrote:
>> "pg_ctl stop" seems to be causing a fast stop today.

> What's the evidence for that? I can't see any on the buildfarm.

I don't think the buildfarm does anything that would prove it one way or
the other.  But I find that if I start the postmaster, start a session,
issue "pg_ctl stop" (with or without "-m smart"), the stop completes
immediately and I'm left with a dead psql:

regression=# select 1;
FATAL:  terminating connection due to administrator command
server closed the connection unexpectedly       This probably means the server terminated abnormally       before or
whileprocessing the request.
 
The connection to the server was lost. Attempting reset: Failed.


Once the postmaster has been up for a little bit this seems not to happen
anymore, which means it could have been that way for awhile without
anyone noticing.  I'm not sure yet how long is "a little bit" --- seems
to be more than a minute, which destroys my first theory that the first
autovac launch was involved...
        regards, tom lane


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: "smart" shutdown is broken in HEAD
Следующее
От: "Simon Riggs"
Дата:
Сообщение: Re: log_autovacuum