Re: Logical replication is missing block of rows when sending initial sync?

From: hubert depesz lubaczewski <depesz(at)depesz(dot)com>
To: "Hayato Kuroda (Fujitsu)" <kuroda(dot)hayato(at)fujitsu(dot)com>
Cc: 'Kyotaro Horiguchi' <horikyota(dot)ntt(at)gmail(dot)com>, "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: Logical replication is missing block of rows when sending initial sync?
Date: 2023-11-02 11:24:32
Message-ID: ZUOG8N93Tl+lEkQn@depesz.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Thu, Nov 02, 2023 at 03:17:03AM +0000, Hayato Kuroda (Fujitsu) wrote:
> Dear Horiguchi-san,
>
> > I'm not well-versed in the details of logical replication, but does
> > logical replication inherently operate in such a way that it fully
> > maintains relationships between tables? If not, isn't it possible that
> > the issue in question is not about missing referenced data, but merely
> > a temporary delay?
>
> I assumed that tuples referred by FK existed before synchronization or during that.
> In this case, IIUC the status is never 'r' before they are replicated. Thought?
>
> Dear Depesz,
>
> Is above assumption right?
>
> Also, I suggest you that pg_stat_replicaiton can be checked on publisher when you
> meet the failure again. If pg_stat_replication.replay_lsn is much behind
> pg_stat_replication.sent_lsn, the replication may be delayed so that the tuples
> are not appeared. pg_stat_subscription on subscriber has similar infos with replay_lsn.
>
> Note that pg_stat_replication may be not updated if feedbacks from a subscriber
> is disabled.
>
> https://www.postgresql.org/docs/14/monitoring-stats.html#MONITORING-PG-STAT-SUBSCRIPTION

Whenever the problem happens lag is virtually nonexistent.
We test it by adding new rows to couple of tables, and verify that these
rows show up on subscriber. They did.

Again - replication was *working* with the exception of block of rows
from one (so far it never happened on more than one) table that was
missing.

Best regards,

depesz

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Marius RAICU 2023-11-02 12:50:55 Re: BUG #18167: cannot create partitioned tables when default_tablespace is set
Previous Message hubert depesz lubaczewski 2023-11-02 11:23:14 Re: Logical replication is missing block of rows when sending initial sync?