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

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ