[source-mysql] MySQL CDC Issue - Debezium error - Can't incremental sync after the first full load #51607
Labels
area/connectors
Connector related issues
autoteam
community
needs-triage
team/connectors-python
type/bug
Something isn't working
Connector Name
source-mysql
Connector Version
3.9.4
What step the error happened?
During the sync
Relevant information
Issue
Hi!
We are trying to use the MySQL Source CDC feature to SYNC some tables using the incremental option. This feature will be needed because some tables have deletion in them and are too large to be fully synced, each time.
The problem that we are having at this moment is that, after the initial full load of the tables (Which is a success), the next sync is giving a source error:
Example:
We encountered this issue in two separated MySQL Databases that we tried so far. The only change in the message is the table and the Schema Size.
We tried cleaning the source, creating the source from scratch, changing which table is going to be synced... And everytime the problem is the same.
I'm attaching the log of a execution with the complete messages.
From what we saw, all the specifications needed for the CDC to work were activated following the Airbyte recommendations and instructions on the following links:
https://docs.airbyte.com/understanding-airbyte/cdc
https://docs.airbyte.com/integrations/sources/mysql#quick-start
https://docs.airbyte.com/integrations/sources/mysql/mysql-troubleshooting
We thought the MySQL version could be the problem, but in the troubleshooting link, it is said that the version used (5.7) is compatible / can be used.
Any help on undestanding this and solving the issue would be appreciated!
Thanks!
Airbyte Version
1.3.1 - Latest install using ABCTL
Abctl Version
v.0.24.0
MySQL Source Version
3.9.4
MySQL Database Version
5.7
Relevant log output
Contribute
The text was updated successfully, but these errors were encountered: