Al-Moatasem Mohammad
07/16/2024, 12:21 PMinsert/update/delete
at the moment (from end of working day till next working day), the sync job runs in this timeframe keep running, and the job logs states
2024-07-16 12:08:32 source > INFO pool-2-thread-1 i.d.c.c.BaseSourceTask(logStatistics):323 64 records sent during previous 00:10:47.363, last recorded offset of {server=*} partition is {lsn_proc=6177707990192, messageType=UPDATE, lsn_commit=6177707990192, lsn=6177707990192, txId=665484, ts_usec=1721130110047951}
2024-07-16 12:17:59 source > INFO pool-2-thread-1 i.a.c.i.d.AirbyteDebeziumHandler$CapacityReportingBlockingQueue(reportQueueUtilization):49 CDC events queue size: 0. remaining 10000
I am sure 100% that no transactions are applied to the database, what does "64 records sent during previous 001047.363" mean?
and how to handle this case, no changes on the database, I need the sync job to do some test, and then finish the sync job successfullykapa.ai
07/16/2024, 12:21 PMAl-Moatasem Mohammad
07/16/2024, 12:25 PMkapa.ai
07/16/2024, 12:25 PMkapa.ai
07/16/2024, 12:25 PMAl-Moatasem Mohammad
07/16/2024, 12:28 PMHowever, the sync job itself does not automatically stop if no changes are detected. The job will continue to run based on the schedule you've set for it.for such a running job, when will it stop? when the next schedule time comes? when new modification to the database tables are executed? another trigger?
kapa.ai
07/16/2024, 12:28 PMkapa.ai
07/16/2024, 12:28 PM