You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
metadata_store_server_main.cc:236] Check failed: absl::OkStatus() == status (OK vs. INTERNAL: mysql_real_connect failed: errno: , error: [mysql-error-info='']) MetadataStore cannot be created with the given connection config.
#11355
Open
922tech opened this issue
Nov 5, 2024
· 2 comments
As you see some pods do not run.
And I think the main cause of the problem is that metadata-grpc-deployment cannot start working and it crashes with this error log:
WARNING: Logging before InitGoogleLogging() is written to STDERR
F1105 08:28:41.229691 1 metadata_store_server_main.cc:236] Check failed: absl::OkStatus() == status (OK vs. INTERNAL: mysql_real_connect failed: errno: , error: [mysql-error-info='']) MetadataStore cannot be created with the given connection config.
*** Check failure stack trace: ***
I don't know why on earth it cannot connect to mysql!
There was also a rather similar issue #8224
The text was updated successfully, but these errors were encountered:
I followed the exact instruction for installing kubeflow pipeline on version 1.9.1
After creation of the namespaces and pods:
As you see some pods do not run.
And I think the main cause of the problem is that metadata-grpc-deployment cannot start working and it crashes with this error log:
I don't know why on earth it cannot connect to mysql!
There was also a rather similar issue #8224
The text was updated successfully, but these errors were encountered: