Re: Race conditions in 019_replslot_limit.pl

Поиск
Список
Период
Сортировка
От Kyotaro Horiguchi
Тема Re: Race conditions in 019_replslot_limit.pl
Дата
Msg-id 20220216.152227.2011857448174448615.horikyota.ntt@gmail.com
обсуждение исходный текст
Ответ на Re: Race conditions in 019_replslot_limit.pl  (Masahiko Sawada <sawada.mshk@gmail.com>)
Ответы Re: Race conditions in 019_replslot_limit.pl
Re: Race conditions in 019_replslot_limit.pl
Список pgsql-hackers
At Wed, 16 Feb 2022 14:58:23 +0900, Masahiko Sawada <sawada.mshk@gmail.com> wrote in 
> Or it's possible that the process took a time to clean up the
> temporary replication slot?

Checkpointer may take ReplicationSlotControlLock. Dead lock between
ReplicationSlotCleanup and InvalidateObsoleteReplicationSlots
happened?

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center



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

Предыдущее
От: Nathan Bossart
Дата:
Сообщение: Re: USE_BARRIER_SMGRRELEASE on Linux?
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Adding CI to our tree