From: | Wyatt Alt <wyatt(dot)alt(at)gmail(dot)com> |
---|---|
To: | Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: replication lag despite corrective config |
Date: | 2018-11-21 02:36:23 |
Message-ID: | f8fd1c33-e2e9-7794-8f0a-46a81472e9b5@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 11/19/18 11:09 PM, Laurenz Albe wrote:
> With these settings, any conflicting query will be canceled after five
> minutes. Perhaps your actual settings are different.
>
> What do you get for
>
> SELECT * FROM pg_settings WHERE name = 'max_standby_streaming_delay';
Hi Laurenz, thanks for backing up my understanding.
The settings are as I reported:
db=> show max_standby_streaming_delay;
max_standby_streaming_delay
-----------------------------
5min
db=> show hot_standby_feedback;
hot_standby_feedback
----------------------
on
db=> show max_standby_archive_delay;
max_standby_archive_delay
---------------------------
30s
db=> select * from pg_settings where name = 'max_standby_streaming_delay';
-[ RECORD 1 ]---+----------------------------------------------------------
name | max_standby_streaming_delay
setting | 300000
unit | ms
category | Replication / Standby Servers
short_desc | Sets the maximum delay before canceling queries when a
<snip>
extra_desc | <<NULL>>
context | sighup
vartype | integer
source | configuration file
min_val | -1
max_val | 2147483647
enumvals | <<NULL>>
boot_val | 30000
reset_val | 300000
sourcefile | <<NULL>>
sourceline | <<NULL>>
pending_restart | f
In case it's of additional interest, the full configs for the replica
and the primary are here:
https://gist.github.com/wkalt/a33e7628c63bfc71a6d0ee85103302d9
and here: https://gist.github.com/wkalt/a9dd5ceb0b01b50615c51063ee972117.
From | Date | Subject | |
---|---|---|---|
Next Message | Wyatt Alt | 2018-11-21 05:08:03 | Re: replication lag despite corrective config |
Previous Message | Martín Fernández | 2018-11-20 21:27:44 | Re: Transaction Id Space, Freezing and Wraparound |