On Mon, Sep 17, 2012 at 7:28 PM,  <stu...@stuartbishop.net> wrote:
> The following bug has been logged on the website:
>
> Bug reference:      7546
> Logged by:          Stuart Bishop
> Email address:      stu...@stuartbishop.net
> PostgreSQL version: 9.1.5
> Operating system:   Ubuntu 12.10
> Description:
>
> I have a primary and a hot standby using streaming replication. The hot
> standby specifies 'hot_standby_feedback=on' with other replication settings
> set to default.
>
> If a vacuum occurs on the primary while pg_dump is dumping a large table,
> the pg_dump is cancelled, usually with the following error:
>
> ERROR:  canceling statement due to conflict with recovery
> DETAIL:  User was holding shared buffer pin for too long.

Maybe I'm missing something, but ISTM that hot_standby_feedback doesn't
eliminate the query cancels caused by buffer pin lock which you encountered.
It eliminates only the query cancels caused by cleanup of rows. So you might
need to set max_standby_streaming_delay to -1, to avoid query cancels.

Regards,

-- 
Fujii Masao


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to