question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[backend] metadata-grpc-service mysql_real_connect failed (SSL enabled)

See original GitHub issue

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

  1. Enable SSL on external MySQL configuration (Azure MySQL Server)
  2. Restart metadata-grpc-deployment pod
  3. Observe error:
    2021-10-08 19:32:42.461171: 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.
    

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 👍.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:5
  • Comments:7

github_iconTop GitHub Comments

1reaction
zijianjoycommented, Oct 17, 2021

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.

0reactions
stale[bot]commented, Mar 2, 2022

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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

ProxySQL Backend SSL Connection Error - Percona Forum
We have configured ProxySQL with Orchestrator to allow a front-end client to connect to two Percona servers running master slave replication ...
Read more >
5.4.58 mysql_real_connect() - MySQL :: Developer Zone
mysql_real_connect() attempts to establish a connection to a MySQL server running on host . Client programs must successfully connect to a server before ......
Read more >
SSL Support - ProxySQL
ProxySQL supports SSL connections to the backends since version v1.2.0e . Attempts to configure an older version will fail. IMPORTANT NOTES:.
Read more >
Configure SSL - Azure Database for MySQL - Microsoft Learn
Instructions for how to properly configure Azure Database for MySQL and associated applications to correctly use SSL connections.
Read more >
How can I resolve an ERROR 2026 SSL connection ... - AWS
If you use Aurora Serverless clusters and you use the MySQL client to connect to Aurora Serverless, then you must use the MySQL...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found