Re: fairywren failures

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: fairywren failures
Дата
Msg-id 29222.1570133585@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: fairywren failures  (Andres Freund <andres@anarazel.de>)
Ответы Re: fairywren failures  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Список pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> * It's certainly curious that the failures so far only have happended as
>   part of pg_upgradeCheck, rather than the plain regression tests.

Isn't it though.  We spent a long time wondering why we saw parallel
plan instability mostly in pg_upgradeCheck, too [1].  We eventually
decided that the cause of that instability was chance timing collisions
with bgwriter/checkpointer, but nobody ever really explained why
pg_upgradeCheck should be more prone to hit those windows than the plain
tests are.  I feel like there's something still to be understood there.

Whether this is related, who's to say.  But given your thought about
stack alignment, I'm half thinking that the crash is seen when we get a
signal (e.g. SIGUSR1 from sinval processing) at the wrong time, allowing
the stack to become unaligned, and that the still-unexplained timing
difference in pg_upgradeCheck accounts for that test being more prone to
show it.

            regards, tom lane

[1] https://www.postgresql.org/message-id/20190605050037.GA33985@rfd.leadboat.com



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: consider including server_version in explain(settings)
Следующее
От: David Fetter
Дата:
Сообщение: Re: Value of Transparent Data Encryption (TDE)