-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[source-mysql] Unable to Pass Source Check Job with [source-mysql] Connector Version 3.11.0 #52075
Comments
@HaJunYoo are you able to monitor the cpu/memory used by the check job? Maybe this can provide some insights about what is causing it to hang. |
Issue occurred in the connector-sidecar container (mysql-check-job pod). it consistently uses less than 250m CPU and 500Mi memory. # Resource requests and limits for the main job container
JOB_MAIN_CONTAINER_CPU_REQUEST: "0.5" # Minimum CPU cores
JOB_MAIN_CONTAINER_CPU_LIMIT: "2" # Maximum CPU cores
JOB_MAIN_CONTAINER_MEMORY_REQUEST: "1Gi" # Minimum memory
JOB_MAIN_CONTAINER_MEMORY_LIMIT: "2Gi" # Maximum memory
Please let me know if there are any areas where I can take action or contribute to resolving this issue. |
Connector Name
source-mysql
Connector Version
3.11.0
What step the error happened?
Configuring a new connector
Relevant information
We are currently using Airbyte deployed on EKS with Helm chart version 1.2.0.
When using the MySQL source connector version 3.11.0, we encounter an issue where the Connector Job - Check Job becomes stuck in the "Pending" state. During the Check Job phase, the logs show "----- START CHECK -----" but do not proceed any further. The job remains in this state indefinitely before eventually failing.
Downgrading to an earlier version (3.5.1) of the mysql source connector resolves the problem, allowing the Check Job to complete successfully.
Could you help us understand the root cause of this issue and provide any recommendations for resolving it while using the latest connector version?
Relevant log output
Contribute
The text was updated successfully, but these errors were encountered: