Re: [HACKERS] More replication race conditions

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: [HACKERS] More replication race conditions
Дата
Msg-id CAB7nPqRWo2UPPPH1frDd+nbctLXBSH+RTNmvgTup-eo5p2M0sA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] More replication race conditions  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: [HACKERS] More replication race conditions  (Noah Misch <noah@leadboat.com>)
Re: [HACKERS] More replication race conditions  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-hackers
On Mon, Aug 28, 2017 at 8:25 AM, Michael Paquier
<michael.paquier@gmail.com> wrote:
> Today's run has finished with the same failure:
> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=dangomushi&dt=2017-08-27%2018%3A00%3A13
> Attached is a patch to make this code path wait that the transaction
> has been replayed. We could use as well synchronous_commit = apply,
> but I prefer the solution of this patch with a wait query.

I have added an open item for this issue for PG10. The 2PC tests in
src/test/recovery are new in PG10, introduced by 3082098.
-- 
Michael



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

Предыдущее
От: Simone Gotti
Дата:
Сообщение: Re: [HACKERS] [PATCH] Fix drop replication slot blocking instead ofreturning error
Следующее
От: David Steele
Дата:
Сообщение: Re: [HACKERS] Update low-level backup documentation to match actualbehavior