Juha Salo
07/15/2024, 10:34 AMio.debezium.DebeziumException: Error processing row in table, internal schema size 7, but row size 1 , restart connector with schema recovery mode.
kapa.ai
07/15/2024, 10:34 AMJuha Salo
07/15/2024, 11:23 AMkapa.ai
07/15/2024, 11:23 AMsource-mysql
to an older version (e.g., 3.1.1) solved their issue. This suggests that the problem might be related to a recent version upgrade of Debezium ([source](https://github.com/airbytehq/airbyte/issues/32348)). 2. Increasing the timeout: If you're experiencing issues with getting the schema history or if the process is timing out, you might want to consider increasing the timeout. If the issue persists, it might be a good idea to fail loud and clear, prompting the user to increase the timeout ([source](https://github.com/airbytehq/airbyte/issues/33107)). 3. Keeping Debezium state length constant: This solution involves keeping the Debezium state length constant regardless of the number of tables in the MySQL database. This can be tested by adding or deleting tables, CRUD on columns, and column datatypes ([source](https://github.com/airbytehq/airbyte/issues/28998)). Please note that these solutions are based on the information provided in the knowledge sources and might not cover all possible Debezium-related issues. If you're experiencing a specific issue not covered here, it might be helpful to look for more specific solutions or ask for help in the Debezium or Airbyte communities.Juha Salo
07/18/2024, 10:55 AMkapa.ai
07/18/2024, 10:55 AMkapa.ai
07/18/2024, 10:55 AMsnapshot.locking.mode
property in the source connector settings or the connector settings in Airbyte. It's recommended to check the official Airbyte documentation or the source code of the specific connector you're using for more detailed information. If you're still having trouble, consider reaching out to the Airbyte community or support for further assistance.Juha Salo
07/18/2024, 10:56 AMkapa.ai
07/18/2024, 10:56 AMkapa.ai
07/18/2024, 10:56 AMmax.queue.size.in.bytes
([source](https://github.com/airbytehq/airbyte/issues/26454)) and snapshot.locking.mode
([source](https://github.com/airbytehq/airbyte/issues/28069)). This suggests that Debezium settings might be configured in the source code of the specific connector you're using. If you're comfortable with code changes, you might be able to adjust these settings directly in the code. However, please note that modifying the source code might have unintended side effects and should be done with caution. It's recommended to thoroughly test any changes in a non-production environment first. For more detailed instructions on how to change Debezium settings in Airbyte, it would be best to refer to the official Airbyte and Debezium documentation or reach out to the Airbyte community or support.