Re: Race conditions in 019_replslot_limit.pl - Mailing list pgsql-hackers

From Kyotaro Horiguchi
Subject Re: Race conditions in 019_replslot_limit.pl
Date
Msg-id 20220216.152227.2011857448174448615.horikyota.ntt@gmail.com
Whole thread Raw
In response to Re: Race conditions in 019_replslot_limit.pl  (Masahiko Sawada <sawada.mshk@gmail.com>)
Responses Re: Race conditions in 019_replslot_limit.pl  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
Re: Race conditions in 019_replslot_limit.pl  (Masahiko Sawada <sawada.mshk@gmail.com>)
List 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 by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: USE_BARRIER_SMGRRELEASE on Linux?
Next
From: Andres Freund
Date:
Subject: Re: Adding CI to our tree