Re: Exit walsender before confirming remote flush in logical replication - Mailing list pgsql-hackers

From Andrey Silitskiy
Subject Re: Exit walsender before confirming remote flush in logical replication
Date
Msg-id 67ca0596-a242-4d1c-bd9d-5aa7a278f5bf@postgrespro.ru
Whole thread
List pgsql-hackers
Dear Alexander, Kuroda-san,

IIUC, the problem is that the walreceiver does not reach the main loop
before it receives a signal and this leads to the absence of the required
log on publisher. So what do think of this fix?

Added a check to the test scenario that the walreceiver on standby was
fully initialized and replication started. With this fix, I can not
reproduce failure anymore.

Regards,
Andrey Silitskiy
Attachment

pgsql-hackers by date:

Previous
From: Oleg Bartunov
Date:
Subject: Re: hashjoins vs. Bloom filters (yet again)
Next
From: Nisha Moond
Date:
Subject: Re: Proposal: Conflict log history table for Logical Replication