View Issue Details

IDProjectCategoryView StatusLast Update
0006989SymmetricDS ProImprovementpublic2025-07-08 01:42
Reporterpbelov Assigned Topbelov  
Prioritynormal 
Status confirmedResolutionopen 
Product Version3.15.0 
Summary0006989: Limit number of changes peeked by the PostgreSQL Log Miner
DescriptionLimit number of changes peeked by the PostgreSQL Log Miner to prevent out-of-memory conditions and long-running cursors consuming lots of database resources.
 
Steps To ReproduceCurrently PostgresTransactionMiner calls the pg_logical_slot_peek_changes without a limit to number of changes returned.
Postgres allows to specify an upper limit on the number of changes to avoid depleting resources:
https://www.postgresql.org/docs/current/functions-admin.html
Additional InformationTicket [UEM-49611-335]
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-07-07 20:52 pbelov New Issue
2025-07-07 20:52 pbelov Status new => assigned
2025-07-07 20:52 pbelov Assigned To => pbelov
2025-07-08 01:42 pbelov Status assigned => confirmed