Re: Curious - "logical replication launcher" (PID) existed with exit code 1

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Curious - "logical replication launcher" (PID) existed with exit code 1
Дата
Msg-id c924da77-0321-4bed-6032-58175546b97c@2ndquadrant.com
обсуждение исходный текст
Ответ на Curious - "logical replication launcher" (PID) existed with exit code 1  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-hackers
On 2020-06-23 22:48, David G. Johnston wrote:
> In the following log file the presence of "exit code 1" after performing 
> a "pg_ctl stop -m smart" shutdown is bugging me.  I take it most people 
> would just ignore it as noise but a clean install from source, startup, 
> and shutdown would ideally not result in a non-zero exit code being sent 
> to the log.  But I've decided to stop trying to track it down on my own 
> and at least mention it here.  It seems like f669c09989 probably 
> introduced the behavior, and I can see how "restarting" is generally a 
> good thing, but we are not going to restart the launcher during a clean 
> shutdown and the exit code isn't being done conditionally.

Yeah, this is just a consequence of how background workers work.  One 
would need to adjust the handling of signaling, restart flags, exit 
codes, etc. to be able to do this more elegantly.  It's probably not 
that hard, but it needs some leg work to go through all the cases and 
issues.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Cleanup - adjust the code crossing 80-column window limit
Следующее
От: vignesh C
Дата:
Сообщение: Cleanup - Removed unused function parameter in reorder buffer & parallel vacuum