Failure in subscription test 004_sync.pl

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Failure in subscription test 004_sync.pl
Дата
Msg-id YMRlmB3/lZw8YBH+@paquier.xyz
обсуждение исходный текст
Ответы Re: Failure in subscription test 004_sync.pl  (Amit Kapila <amit.kapila16@gmail.com>)
Список pgsql-hackers
Hi all,

wrasse has just failed with what looks like a timing error with a
replication slot drop:
https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=wrasse&dt=2021-06-12%2006%3A16%3A30

Here is the error:
error running SQL: 'psql:<stdin>:1: ERROR:  could not drop replication
slot "tap_sub" on publisher: ERROR:  replication slot "tap_sub" is
active for PID 1641'

It seems to me that this just lacks a poll_query_until() doing some
slot monitoring?  I have not checked in details if we need to do that
in more places.  The code path that failed has been added in 7c4f524
from 2017.

Thanks,
--
Michael

Вложения

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

Предыдущее
От: Han Wang
Дата:
Сообщение: Re: Questions about support function and abbreviate
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Race condition in recovery?