Carlos Bernal Carvajal
10/29/2024, 12:01 AMSource process read attempt failed
.
Taking a look at the logs, it seems like the job is stuck on an infinite loop.
The following 3 messages are very frequent, until the job eventually fails:
2024-10-28 19:11:26 source > INFO pool-2-thread-1 i.a.c.i.d.AirbyteDebeziumHandler$CapacityReportingBlockingQueue(reportQueueUtilization):48 CDC events queue stats: size=0, cap=10000, puts=97, polls=0
2024-10-28 19:11:26 source > INFO main i.a.c.i.d.i.DebeziumRecordIterator(computeNext):87 CDC events queue poll(): blocked for PT10.022736437S after its previous call which was also logged.
2024-10-28 19:11:26 source > INFO main i.a.c.i.d.i.DebeziumRecordIterator(computeNext):140 CDC events queue poll(): returned a heartbeat event: no progress since last heartbeat.
I have refreshed the connection multiple times, but it always fails on the next sync.
Can someone help me figure out what the problem is?
Attached you’ll finde the attempt logs.
Airbyte version: v0.63.13
Source: Postgres - v3.6.22
Destination: Postrges - v2.4.0 (edited)user
10/29/2024, 12:01 AM