[GENERAL] BDR, wal segment has been removed, is it possible move forward? - Mailing list pgsql-general

From milist ujang
Subject [GENERAL] BDR, wal segment has been removed, is it possible move forward?
Date
Msg-id CACG9ogyTF3wT2twNeFX-ToHvNOQkjkc_CNVgGn4fvKcjuCr3_A@mail.gmail.com
Whole thread Raw
Responses Re: [GENERAL] BDR, wal segment has been removed, is it possible move forward?  (Craig Ringer <craig@2ndquadrant.com>)
List pgsql-general
Hi all,

due to space issue and high volume transaction, some wal segments removed from pg_xlog on bdr environment.

warning log at node1 saying "requested WAL segment ..... has already been removed" following Connection reset by peer.

log at node2 :
Sending replication command: START_REPLICATION SLOT
...
...
XX000: data stream ended


I had played streams and goldengate (oracle product) , that at capture side we can move forward to certain sequence (archivedlog/redolog - wal segment in postgres).

So, is it possible to move forward to read recent wal segment in bdr environment? (assume data reconciliation will be done manually).


--

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: [GENERAL] Accessiing database from inside of postgresql C function
Next
From: Andres Freund
Date:
Subject: Re: [GENERAL] Postgresql init and cleanup module functions