-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[backend] metadata-grpc-service mysql_real_connect failed (SSL enabled) #6711
Comments
Tried to pass
Config:
Error: 2021-10-11 18:04:01.536992: F ml_metadata/metadata_store/metadata_store_server_main.cc:226] Non-OK-status: status status: Internal: mysql_real_connect failed: errno: 0, error: MetadataStore cannot be created with the given connection config. Is there any example documentation regarding SSL setup for metadata-grpc as it pertains to kubeflow pipelines? |
Hello @andrijaperovic , would you like to check the logs in |
@zijianjoy thank you for following up. I thought cloudsqlproxy is only applicable for gcp based on the kustomize template: We are running in an Azure (AKS) environment, so there is no cloudsqlproxy deployment in our KFP installation. |
I am not very familiar with SQL connection in Azure, the article I can find is https://docs.microsoft.com/en-us/azure/azure-sql/database/connectivity-architecture. @berndverst for more help on Azure. |
@zijianjoy since this issue is due to a sub-component shipped from Have reached out to @BrianSong to see whether the |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I'm experiencing this problem (or one that looks like it). The logs contain repeated W0213 18:24:37.372198 3635 metadata_store_service_impl.cc:432] Failed to connect to the database: mysql_real_connect failed: errno: , error: |
This causes Kubeflow Artifacts to fail: |
I have a similar problem with kubeflow. |
+1 |
For me, when I ran the kubeflow deployment command again, the issue was fixed. Some time mysql pod gets deleted (did not know why) which caused this problem. So running the deployment command again fixed it |
Hi @mohamedFaris47, Thanks for the kind reply. What's the meaning of |
I mean running the deployment command mentioned in the Kubeflow documentation here |
I see, but the deployment still failed after running the command. The error |
I don't know the cause of this permission denial unfortunately. That's different from my case, I had only the mysql pod missing so redeploying got it fixed. |
Is this issue still happening in KFP 2.0.5? |
I encounter this error on Ubuntu 20.04.6 LTS when deploying standalone kfp 1.8.5 on a Kind cluster. Any help in resolving it is appreciated
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
not-stale |
@aaj-synth Please let us know if this issue still occurs on KFP 2.2.0 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had recent activity. Please comment "/reopen" to reopen it. |
/reopen |
@922tech: You can't reopen an issue/PR unless you authored it or you are a collaborator. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/reopen |
@HumairAK: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Environment
How did you deploy Kubeflow Pipelines (KFP)?
Kubeflow Pipelines Standalone
KFP version:
1.7.0-alpha.1
KFP SDK version:
1.6.2
Steps to reproduce
Expected result
metadata-grpc-deployment should be initialized (not sure if SSL parameter is expected here in deployment config).
Materials and Reference
Running gcr.io/tfx-oss-public/ml_metadata_store_server:1.0.0.
Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.
The text was updated successfully, but these errors were encountered: