airbyte
airbyte copied to clipboard
[source-mongo] Upgrade Debezium on mongo to 2.7.1.Final
What
This change addresses a performance issue with source-mongo when synchronizing large databases. Previously, the following warning was encountered:
WARN debezium-mongodbconnector-catalog-replicator-buffer-0 i.d.c.m.e.BufferingChangeStreamCursor$EventFetcher(enqueue):254 Unable to acquire buffer lock, buffer queue is likely full
This problem was reported and tracked in Debezium's issue tracker: https://issues.redhat.com/browse/DBZ-8022
The latest release (2.7.1.Final) includes a fix for this issue, which should improve stability and performance when working with large MongoDB databases.
User Impact
None
Can this PR be safely reverted and rolled back?
- [x] YES 💚
- [ ] NO ❌