-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mySQL -> Snowflake Ingestion gets stuck in between mySQL to Snowflake transition #4322
Labels
cdc
connectors/source/mysql
connectors/sources-database
priority/high
High priority
team/db-dw-sources
Backlog for Database and Data Warehouse Sources team
type/bug
Something isn't working
Comments
might be related #5277 |
additional information. sync just hangs at
250M rows across ~15 tables
|
38 tasks
@danieldiamond we have upgraded Debezium version in MySQL and made many improvements to MySQL Source connector. Do you still see this problem with the latest version of MySQL Source Connector? |
grishick
added
the
team/db-dw-sources
Backlog for Database and Data Warehouse Sources team
label
Sep 27, 2022
Closing the issue as unreproducible |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cdc
connectors/source/mysql
connectors/sources-database
priority/high
High priority
team/db-dw-sources
Backlog for Database and Data Warehouse Sources team
type/bug
Something isn't working
Current Behavior
Usually, but not always, after the mySQL connection closes, the connection run just completely stalls in "Running" status. I have had a running connection now for several hours and it is not moving to the following step (either transferring to Debezium or Snowflake connector). It occurs to be happening primarily with larger tables. 50M + records.
I am do a mySQL (CDC) to Snowflake (using S3 staging) connection.
Also, I tried both resetting the connection and completely deleting the connection and re-creating it. The same problems occured.
Logs
Server Logs
ServerLogs.txt
mySQL Logs (--tail)
2021-06-24 17:51:26 INFO i.a.i.s.j.AbstractJdbcSource(lambda$read$4):193 - {} - Closing database connection pool.
2021-06-24 17:51:26 INFO i.a.i.s.j.AbstractJdbcSource(lambda$read$4):195 - {} - Closed database connection pool.
2021-06-24 17:51:26 INFO i.a.i.b.IntegrationRunner(run):118 - {} - Completed integration: io.airbyte.integrations.source.mysql.MySqlSource
2021-06-24 17:51:26 INFO i.a.i.s.m.MySqlSource(main):314 - {} - completed source: class io.airbyte.integrations.source.mysql.MySqlSource
Snowflake Logs
snowflakeLogs.txt
Steps to Reproduce
Severity of the bug for you
Very High
Connector Version (if applicable)
airbyte 0.26.2-alpha
mySQL 0.3.8
snowflake 0.3.9
Additional context
Running the container on an extremely large "m5.16xlarge" instance with 1 TB of storage.
The text was updated successfully, but these errors were encountered: