-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
The Hydra can't recovery the readiness status in k8s #1471
Comments
Thank you for creating an issue in this repository. Unfortunately, your issue does not comply with community guidelines by not using one of the provided issue templates. Those templates help us better understand your issue and reduce latency as well as communication overhead. Please update your issue in accordance with the issue template that fits best or this issue will be auto-closed in a 3 days. |
I don't think it's the same issue as #1460. This problem is that application starts correctly and Even weired thing is that only
|
Having the same issue with MariaDB. I dont get it why would you close the issue with mentions of issues that are not relateted to this one? I'm using Hydra v1.0.0 |
Please provide more context, at bare minimum the configuration. It's best to create a new issue for that. Please follow the issue template. Please also note that MariaDB is not supported. |
Describe the bug
The Hydra can't recovery the readiness status in k8s.
It looks like Hydra can't connect the DB again, after it meet the bad connection status.
Reproducing the bug
Deploy the 5 Hydra Pods in Kubernetes. They are connect one same Azure Mysql DB.
The readiness probe is "/health/ready".
After waiting for a while(every few minutes or one night), the status of some Pods is not ready.
We find that it can't be recovered automatically.
The DB is available, since other Pods work fine. Not all Pods down at same time. You can refer to the below illustration.
The K8S readiness response is
{"errors":{"database":"bad connection"}}
Expected behavior
The Hydra Pod can be ready status again, due to the DB is available.
Environment
Hydra: v1.0.0-rc15
Azure DB version: 5.7
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: