Re: Replication conflicts despite hot_standby_feedback = on? - Mailing list pgsql-general

From Laurenz Albe
Subject Re: Replication conflicts despite hot_standby_feedback = on?
Date
Msg-id ddbe6fb4c95a8568259358190a54ad3aae097716.camel@cybertec.at
Whole thread Raw
In response to Re: Replication conflicts despite hot_standby_feedback = on?  (Julien Rouhaud <rjuju123@gmail.com>)
Responses Re: Replication conflicts despite hot_standby_feedback = on?  (Julien Rouhaud <rjuju123@gmail.com>)
List pgsql-general
On Wed, 2020-06-03 at 13:41 +0200, Julien Rouhaud wrote:
> > I'm seeing the following at a customer site:
> > 
> > SELECT confl_tablespace, confl_lock, confl_snapshot, confl_bufferpin, confl_deadlock
> > FROM pg_stat_database_conflicts
> > WHERE datname = 'something' \gx
> > 
> > -[ RECORD 1 ]----+------
> > confl_tablespace | 0
> > confl_lock       | 0
> > confl_snapshot   | 84990
> > confl_bufferpin  | 0
> > confl_deadlock   | 0
> > 
> > SHOW hot_standby_feedback;
> > 
> >   hot_standby_feedback
> > ----------------------
> >   on
> > (1 row)
> 
> One of the frequent causes is the lock acquired by (auto)vacuum when
> truncating the trailing empty blocks, maybe you can correlate your
> conflicts with autovacuum activity?

Yes, but that would show up as a lock conflict, not a snapshot conflict,
right?

Yours,
Laurenz Albe




pgsql-general by date:

Previous
From: Oleksandr Shulgin
Date:
Subject: Re: When to use PARTITION BY HASH?
Next
From: Julien Rouhaud
Date:
Subject: Re: Replication conflicts despite hot_standby_feedback = on?