Re: Corruption during WAL replay

Поиск
Список
Период
Сортировка
Искать
От
Thomas Munro
Тема
Re: Corruption during WAL replay
Дата
Msg-id
CA+hUKG+M4V287f-kSmg3d_t7MKFwhTkKrfhxxqb8hNKLcfKZhQ@mail.gmail.com
Ответ на
Список
Дерево обсуждения
Corruption during WAL replay Teja Mupparti <tejeswarm@hotmail.com>
Re: Corruption during WAL replay Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Re: Corruption during WAL replay Andres Freund <andres@anarazel.de>
Re: Corruption during WAL replay Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Re: Corruption during WAL replay Alvaro Herrera <alvherre@2ndquadrant.com>
Re: Corruption during WAL replay Andres Freund <andres@anarazel.de>
Re: Corruption during WAL replay Teja Mupparti <tejeswarm@hotmail.com>
Re: Corruption during WAL replay Masahiko Sawada <masahiko.sawada@2ndquadrant.com>
Re: Corruption during WAL replay Andres Freund <andres@anarazel.de>
Re: Corruption during WAL replay Masahiko Sawada <masahiko.sawada@2ndquadrant.com>
Re: Corruption during WAL replay Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Re: Corruption during WAL replay Teja Mupparti <tejeswarm@hotmail.com>
Wait profiling Daniel Wood <hexexpert@comcast.net>
Re: Wait profiling Alvaro Herrera <alvherre@2ndquadrant.com>
Re: Wait profiling Julien Rouhaud <rjuju123@gmail.com>
Re: Corruption during WAL replay Heikki Linnakangas <hlinnaka@iki.fi>
Re: Corruption during WAL replay Andres Freund <andres@anarazel.de>
Re: Corruption during WAL replay Anastasia Lubennikova <a.lubennikova@postgrespro.ru>
Re: Corruption during WAL replay Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Re: Corruption during WAL replay Masahiko Sawada <sawada.mshk@gmail.com>
Re: Corruption during WAL replay Anastasia Lubennikova <a.lubennikova@postgrespro.ru>
Re: Corruption during WAL replay Masahiko Sawada <masahiko.sawada@2ndquadrant.com>
On Fri, Mar 25, 2022 at 3:14 PM Andres Freund  wrote:
> On 2022-03-24 21:22:38 -0400, Tom Lane wrote:
> > serinus is 0-for-3 since then, and dragonet 0-for-4, so we can be pretty
> > confident that the failure is repeatable for them.
>
> That's weird. They run on the same host, but otherwise they have very little
> in common. There's plenty other animals running on the same machine that
> didn't report errors.

One random thing I've noticed about serinus is that it seems to drop
UDP packets more than others, but dragonet apparently doesn't:

tmunro=> select animal, count(*) from run where result = 'FAILURE' and
'stats' = any(fail_tests) and snapshot > now() - interval '3 month'
group by 1 order by 2 desc;
    animal    | count
--------------+-------
 serinus      |    14
 flaviventris |     6
 mandrill     |     2
 bonito       |     1
 seawasp      |     1
 crake        |     1
 sungazer     |     1
(7 rows)

Example: https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=serinus&dt=2022-03-24%2001:00:14


В списке pgsql-hackers по дате отправления
От: Andres Freund
Дата:
От: houzj.fnst@fujitsu.com
Дата:
Сообщение: Fix typo in standby.c
FAQ