Skip to content

Commit 1c7194e

Browse files
authored
Merge pull request #4533 from ClickHouse/docs-fixes
Add section to Postgres FAQ
2 parents a3a4f82 + ddf9b97 commit 1c7194e

File tree

1 file changed

+4
-0
lines changed
  • docs/integrations/data-ingestion/clickpipes/postgres

1 file changed

+4
-0
lines changed

docs/integrations/data-ingestion/clickpipes/postgres/faq.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,3 +356,7 @@ Yes, for a Postgres ClickPipe with replication mode as CDC or Snapshot + CDC, yo
356356
<Image img={failover_slot} border size="md"/>
357357
358358
If the source is configured accordingly, the slot is preserved after failovers to a Postgres read replica, ensuring continuous data replication. Learn more [here](https://www.postgresql.org/docs/current/logical-replication-failover.html).
359+
360+
### I am seeing errors like `Internal error encountered during logical decoding of aborted sub-transaction` {#transient-logical-decoding-errors}
361+
362+
This error suggests a transient issue with the logical decoding of aborted sub-transaction, and is specific to custom implementations of Aurora Postgres. Given the error is coming from `ReorderBufferPreserveLastSpilledSnapshot` routine, this suggests that logical decoding is not able to read the snapshot spilled to disk. It may be worth trying to increase [`logical_decoding_work_mem`](https://www.postgresql.org/docs/current/runtime-config-resource.html#GUC-LOGICAL-DECODING-WORK-MEM) to a higher value.

0 commit comments

Comments
 (0)