Does logical replication slot itself would be physically replicatedto slaves? - Mailing list pgsql-hackers

From Jinhua Luo
Subject Does logical replication slot itself would be physically replicatedto slaves?
Date
Msg-id CAAc9rOzTM5iZG94C9es-k6YLvB6z180qG5+Bt7s4=nrnpmEWdw@mail.gmail.com
Whole thread Raw
Responses Re: Does logical replication slot itself would be physicallyreplicated to slaves?  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
Hi All,

My topology is as shown below:

slave1 <------physical streaming protocol-----master1 <----logical
streaming protocol-----> master2 ------ physical streaming protocol
---> slave2

The master1 and slave1 are within DC1, while the others are within DC2.

The logical streaming replication is used to replicate changes between
DC. I need to confirm that whether the logical replication slot would
be saved in wal and replicated to slave via physical replication? So
that in case of failover, the new master still holds the slot needed
by peer.


pgsql-hackers by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: [HACKERS] WIP Patch: Pgbench Serialization and deadlock errors
Next
From: Jinhua Luo
Date:
Subject: How to find local logical replication origin?