ERROR: unexpected pageaddr for logical replication service after Aurora maintenance window

1

Hello,

Since a Sunday maintenance window, we began to receive

ERROR: unexpected pageaddr

for all logical replication apps (AWS DMS and Debezium on Kafka Connect). This error is somehow recoverable and periodic: DB write instance logs

Otherwise DMS shows no error on this but Debezium kind of fails and recovered by connecting Postgres again. We are wondering if this could be related to Aurora DB minor version update? Or more like we are wrongly using some DB parameters (reboot actually activate the changes). Thanks a lot in advance :).

Best regards, David

David
已提問 1 年前檢視次數 665 次
1 個回答
1
已接受的答案

Hi David,

This error log is a known issue and will be patched likely in our next Aurora PostgreSQL release.

In the interim, in order to mitigate the issue, disable the logical WAL cache feature by setting the cluster parameter 'rds.logical_wal_cache' to 0 and restarting your writer instance. Please rest assured that disabling this will not result in any loss of data from existing logical replication publications.

I hope that helps :)

profile pictureAWS
支援工程師
Brandon
已回答 1 年前
profile picture
專家
已審閱 1 個月前
  • Thanks a lot Brandon! Very helpful ! :)

  • Hi Brandon, I wonder which versions are affected?

    Best regards, Alex

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南