Re: Heavy Logging in Subscriber side when configured Logical Replication in 10.4

From: Achilleas Mantzios <achill(at)matrix(dot)gatewaynet(dot)com>
To: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: Heavy Logging in Subscriber side when configured Logical Replication in 10.4
Date: 2018-09-03 08:04:04
Message-ID: ba731059-dfd7-2d34-b3a5-83a20b564a1d@matrix.gatewaynet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On 03/09/2018 10:50, pavan95 wrote:
> Hi Achilleas,
>
> But the logical Replication is working fine. I mean to say that the data is
> replicating between Publisher and Subscriber. I have problem only with my
> logs. Most common errors found on my Subscriber are:
>
> 1. duplicate key value violates unique constraint
> 2. worker process: logical replication worker for subscription 6992680 sync
> 694478 (PID 13459) exited with exit code 1
> 3. logical replication table synchronization worker for subscription
> ""subscription_name"", table ""tbl_A"" has started
>
>>> Either you created the subscription while the subscriber already had
> existing data in the tables, or you are inserting/updating dataI or Ds/keys
> on the subscriber that cause the problem .
>
> Even if I did that it will face this error the very first time it is trying
> to establish sync between publisher and subscriber but not every
> time(correct me if I am wrong)
it will go like this forever.
So you must try to find the offending rows on both sides and explain how did it happen.
I repeat, this is serious, and not supposed to happen.
The system expects from you to resolve the problem manually and advance the position as needed to overcome the error.
Until you do this, you'll keep getting this ERROR.
Read the docs.
>
> The 2'nd & 3'rd are not actually ERRORS. They are LOG messages. Please
> suggest me if I went wrong somewhere.
>
>
>
> --
> Sent from: http://www.postgresql-archive.org/PostgreSQL-admin-f2076596.html
>

--
Achilleas Mantzios
IT DEV Lead
IT DEPT
Dynacom Tankers Mgmt

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Mariel Cherkassky 2018-09-03 08:17:58 Re: trying to delete most of the table by range of date col
Previous Message pavan95 2018-09-03 07:50:28 Re: Heavy Logging in Subscriber side when configured Logical Replication in 10.4