Streaming replication, retrying from archive - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Streaming replication, retrying from archive
Date
Msg-id 4B4F26F2.3060001@enterprisedb.com
Whole thread Raw
Responses Re: Streaming replication, retrying from archive  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Imagine this scenario:

1. Master is up and running, standby is connected and streaming happily
2. Network goes down, connection is broken.
3. Standby falls behind a lot. Old WAL files that the standby needs are
archived, and deleted from master.
4. Network is restored. Standby reconnects
5. Standby will get an error because the WAL file it needs is not in the
master anymore.

What will currently happen is:

6, Standby retries connecting and failing indefinitely, until the admin
restarts it.

What we would *like* to happen is:

6. Standby fetches the missing WAL files from archive, then reconnects
and continues streaming.

Can we fix that?

--  Heikki Linnakangas EnterpriseDB   http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Matteo Beccati
Date:
Subject: Re: mailing list archiver chewing patches
Next
From: Boszormenyi Zoltan
Date:
Subject: Re: patch to implement ECPG side tracing / tracking ...