Re: SIGQUIT handling, redux
От
Andres Freund
Тема
Re: SIGQUIT handling, redux
Дата
Msg-id
20230802164840.2fh2b26bbakhqga7@awork3.anarazel.de
Ответ на
Re: SIGQUIT handling, redux (Tom Lane)
Список
Дерево обсуждения
SIGQUIT handling, redux Tom Lane <tgl@sss.pgh.pa.us>
Re: SIGQUIT handling, redux Tom Lane <tgl@sss.pgh.pa.us>
Re: SIGQUIT handling, redux Robert Haas <robertmhaas@gmail.com>
Re: SIGQUIT handling, redux Tom Lane <tgl@sss.pgh.pa.us>
Re: SIGQUIT handling, redux Robert Haas <robertmhaas@gmail.com>
Re: SIGQUIT handling, redux Tom Lane <tgl@sss.pgh.pa.us>
RE: SIGQUIT handling, redux "tsunakawa.takay@fujitsu.com" <tsunakawa.takay@fujitsu.com>
Re: SIGQUIT handling, redux Stephen Frost <sfrost@snowman.net>
Re: SIGQUIT handling, redux Tom Lane <tgl@sss.pgh.pa.us>
Re: SIGQUIT handling, redux Tom Lane <tgl@sss.pgh.pa.us>
Re: SIGQUIT handling, redux Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Re: SIGQUIT handling, redux Andres Freund <andres@anarazel.de>
Re: SIGQUIT handling, redux Tom Lane <tgl@sss.pgh.pa.us>
Re: SIGQUIT handling, redux Tom Lane <tgl@sss.pgh.pa.us>
Re: SIGQUIT handling, redux Tom Lane <tgl@sss.pgh.pa.us>
Re: SIGQUIT handling, redux Tom Lane <tgl@sss.pgh.pa.us>
Re: SIGQUIT handling, redux Tom Lane <tgl@sss.pgh.pa.us>
Re: SIGQUIT handling, redux Tom Lane <tgl@sss.pgh.pa.us>
Re: SIGQUIT handling, redux Andres Freund <andres@anarazel.de>
Re: SIGQUIT handling, redux Tom Lane <tgl@sss.pgh.pa.us>
Re: SIGQUIT handling, redux Andres Freund <andres@anarazel.de>
Re: SIGQUIT handling, redux Andres Freund <andres@anarazel.de>
Re: SIGQUIT handling, redux Tom Lane <tgl@sss.pgh.pa.us>
Re: SIGQUIT handling, redux Andres Freund <andres@anarazel.de>
Hi, On 2023-08-02 12:35:19 -0400, Tom Lane wrote: > Andres Freund writes: > > On 2020-09-11 11:52:55 -0400, Tom Lane wrote: > >> It's simple enough that maybe we could back-patch it, once it's > >> aged awhile in HEAD. OTOH, given the lack of field reports of > >> trouble here, I'm not sure back-patching is worth the risk. > > > FWIW, looking at collected stack traces in azure, there's a slow but steady > > stream of crashes below StartupPacketTimeoutHandler. ... > > Unsurprisingly just in versions before 14, where this change went in. > > I think that might be enough evidence for backpatching the commit? I've not > > heard of issues due to the checks in check_on_shmem_exit_lists_are_empty(). > > I'd be willing to take a look at this in a few weeks when $real_life > is a bit less demanding. Cool. > Right before minor releases would likely be a bad idea anyway. Agreed. I had just waded through the stacks, so I thought it'd be worth bringing up, didn't intend to imply we should backpatch immediately. Aside: Analyzing this kind of thing at scale is made considerably more painful by "expected" ereport(PANIC)s (say out of disk space during WAL writes) calling abort() and dumping core... While there are other PANICs you really want cores of. Greetings, Andres Freund
В списке pgsql-hackers по дате отправления