Re: Unexpected data when subscribing to logical replication slot

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Daniel McKenzie <daniel(dot)mckenzie(at)curvedental(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Unexpected data when subscribing to logical replication slot
Date: 2024-05-08 15:17:29
Message-ID: 8a534c5f-e400-4bb5-b39e-2017d259ff06@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


>
> We have found two things that appear to resolve the problem -
>
> * Using a more powerful EC2 instance. We can reproduce the issue with
> a r7a.medium instance but not with a r7a.large EC2 instance.
> * Changing the Postgres synchronous_commit parameter from "on" to
> "off". We cannot reproduce the issue with synchronous_commit set to
> "off".

What is running on the EC2 instance?:

1) The Postgres server.

2) The replication receiver.

3) Both.

>
> We need help to understand this unexpected behaviour.
>
> We are using Postgres 14.10.
>
> Thanks,
> Daniel McKenzie

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Daniel McKenzie 2024-05-08 15:24:32 Re: Unexpected data when subscribing to logical replication slot
Previous Message Laurenz Albe 2024-05-08 14:55:18 Re: Need help migrating MSSQL2008R2 tables into PGSQL & make PGSQL mimic MSSQL behaviour.