You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replication slots can be reused or preconfigured. An issue can occur where the replication slot was replaced during runtime, or the replication slot was preconfigured and modified during connector downtown. In this situation a position can contain an LSN which points to WAL which was cleaned up.
The solution is to ensure that the position LSN is within the replication slot range during open, when the replication slot exists.
Steps to reproduce
Create table t1
Start connector in CDC mode for table t1 and replication slot name slot_t1
Insert changes in t1
Stop connector
Delete replication slot and re-create it.
Insert few more changes in t1
Resume connector
Version
latest
The text was updated successfully, but these errors were encountered:
Bug description
Replication slots can be reused or preconfigured. An issue can occur where the replication slot was replaced during runtime, or the replication slot was preconfigured and modified during connector downtown. In this situation a position can contain an LSN which points to WAL which was cleaned up.
The solution is to ensure that the position LSN is within the replication slot range during open, when the replication slot exists.
Steps to reproduce
Version
latest
The text was updated successfully, but these errors were encountered: