Re: Logical Replication not working for few Tables

From: "Euler Taveira" <euler(at)eulerto(dot)com>
To: "Padmakumar Kadayaprth" <padmakumark26(at)gmail(dot)com>, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: Logical Replication not working for few Tables
Date: 2021-11-12 19:00:18
Message-ID: 11460a6b-3997-4355-8409-fc2a00dc013e@www.fastmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Fri, Nov 12, 2021, at 11:36 AM, Padmakumar Kadayaprth wrote:
> I configured logical replication some time back .Now except for 4 table replication is happening.Few weeks back replication got stopped because of some conflict and these 4 tables were part of that conflict. Someone resolved the conflict but replication has not started for these four tables .I dropped these tables from publication and added it back and refreshed the subscription but still replication is not happening for these four . For testing I created a new table and added it to publication and refreshed subscription , that was sussues.
You didn't provide enough information. Is it native logical replication or
another tool (pglogical, Slony, etc)? What's the exact version?

> Is there any system table where these 4 tables are marked as conflict and not to be replicated?
There is no system table/view that shows the conflicts. You have to inspect your
log files.

> Why is replication not happening only to those four tables.is this a bug?
It is hard to guess without at least the error messages.

--
Euler Taveira
EDB https://www.enterprisedb.com/

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Geoghegan 2021-11-12 21:11:54 Re: BUG #17255: Server crashes in index_delete_sort_cmp() due to race condition with vacuum
Previous Message Tumrong (Tommy) Sakulchaicharoen 2021-11-12 15:25:29 Bug Report