Re: speed up a logical replica setup
От | Euler Taveira |
---|---|
Тема | Re: speed up a logical replica setup |
Дата | |
Msg-id | 60a297be-c0c7-4468-88d2-81ba560e1f9f@app.fastmail.com обсуждение исходный текст |
Ответ на | Re: speed up a logical replica setup (vignesh C <vignesh21@gmail.com>) |
Ответы |
Re: speed up a logical replica setup
|
Список | pgsql-hackers |
On Sat, Mar 16, 2024, at 10:31 AM, vignesh C wrote:
I was able to reproduce this random failure and found the following reason:The Minimum recovery ending location 0/5000000 was more than therecovery_target_lsn specified is "0/4001198". In few random cases thestandby applies a few more WAL records after the replication slot iscreated; this leads to minimum recovery ending location being greaterthan the recovery_target_lsn because of which the server will failwith:FATAL: requested recovery stop point is before consistent recovery point
Thanks for checking. I proposed an alternative patch for it [1]. Can you check
it?
В списке pgsql-hackers по дате отправления: