Re: 011_crash_recovery.pl intermittently fails

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: 011_crash_recovery.pl intermittently fails
Дата
Msg-id Y9BxphkLcwxKT5W/@paquier.xyz
обсуждение исходный текст
Ответ на Re: 011_crash_recovery.pl intermittently fails  (Thomas Munro <thomas.munro@gmail.com>)
Ответы Re: 011_crash_recovery.pl intermittently fails  (Thomas Munro <thomas.munro@gmail.com>)
Список pgsql-hackers
On Wed, Jan 25, 2023 at 12:40:02PM +1300, Thomas Munro wrote:
> I remembered this thread after seeing the failure of Michael's new
> build farm animal "tanager".  I think we need to solve this somehow...

Well, this host has a problem, for what looks like a kernel issue, I
guess..  This is repeatable across all the branches, randomly, with
various errors with the POSIX DSM implementation:
# [63cf68b7.5e5a:1] ERROR:  could not open shared memory segment "/PostgreSQL.543738922": No such file or directory
# [63cf68b7.5e58:6] ERROR:  could not open shared memory segment "/PostgreSQL.543738922": No such file or directory

https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=tanager&dt=2023-01-24%2004%3A23%3A53
dynamic_shared_memory_type should be using posix in this case.
Switching to mmap may help, perhaps..  I need to test it.

Anyway, sorry for the noise on this one.
--
Michael

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: suppressing useless wakeups in logical/worker.c
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Generating code for query jumbling through gen_node_support.pl