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
Cluster can't transit to ready state after any change at .spec which lead to mysql StatefulSet rollout that can't complete.
More about the problem
I deployed mysql async replication cluster with two replicas and without backups via default helm chart values. After cluster had reached ready state I turned on backups and rollout of mysql StatefulSet began from mysql-1 pod to mysql-0, but the last one stuck permanently with a problem at mysql container - "Startup probe failed" (Back-off restarting failed container)
Steps to reproduce
deploy async replication cluster with 2 replicas and without backups section - backup.enabled: false
wait for cluster ready state
turn on backups - backup.enabled: true and fill this section with some meaningful values or you can just change mysql resources section - any action fits which lead to mysql StateFulSet rollout
If I manually delete mysql statefulset it fix the problem, at case of group replication there is no such a problem at all.
No response
The text was updated successfully, but these errors were encountered:
SlavaUtesinov
changed the title
Cluster can't transit to ready state after spec update
MySQL StatefulSet can't transit to ready state after cluster spec update
Apr 10, 2024
SlavaUtesinov
changed the title
MySQL StatefulSet can't transit to ready state after cluster spec update
MySQL StatefulSet can't rollout to ready state after cluster spec update
Apr 10, 2024
This operator is in alpha stage, we recommend using the one based on PXC. I assume you have some reason to run async replication and would be curious to learn more. Please share the use case.
k8s version seems to be pretty old (1.23), we did not test on it
Report
Cluster can't transit to ready state after any change at .spec which lead to mysql StatefulSet rollout that can't complete.
More about the problem
I deployed mysql async replication cluster with two replicas and without backups via default helm chart values. After cluster had reached ready state I turned on backups and rollout of mysql StatefulSet began from mysql-1 pod to mysql-0, but the last one stuck permanently with a problem at mysql container - "Startup probe failed" (Back-off restarting failed container)
Steps to reproduce
Versions
Anything else?
If I manually delete mysql statefulset it fix the problem, at case of group replication there is no such a problem at all.
No response
The text was updated successfully, but these errors were encountered: