Closed
Description
Enviroment
Source: MySQL 0.4.4
Destination: Snowflake 0.3.14
EC2 Docker Airbyte instance 0.29.17-alpha
Current Behavior
context dump from #5870
looking back at these logs, they actually start with the error
The connector is trying to read binlog starting at binlog file 'mysql-bin-changelog.162732', pos=834769, skipping 2 events plus 1 rows, but this is no longer available on the server. Reconfigure the connector to use a snapshot when needed.
but the job continues ahead and appears to "succeed" whilst still causing a retry
attached sync timestamps
- see sync frequency. it is manual, so i ran it once (full refresh) and then again 2 days later. i doubt the sync waited too long as that "successful but retried" sync took 8 minutes.
- only one CDC source for one connection. (in a seperate airbyte instance i have the same CDC source, with the same account but that connection is disabled and this new instance, with full-refresh sync on 09/10 worked fine)
separately. on point 2. I do have multiple connections with the same CDC source to the same destination. is this not allowed? I run these two multiple connections at the same time and they appeared to work as expected although I run into the "hanging" issue, where it doesnt actually COPY the data after reading it.
Expected Behavior
Presumably we should either:
- Reset the whole database and start fresh on the binlog, or
- Somehow find out which table updates we missed (or refresh only the relevant tables). IDK how this would work.