-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
[bitnami/mysql] Slave data consistency #832
Comments
Hi @pentago Could you share the logs of each slave pod? I think there could have been an issue during the initialisation of one of them... I could not reproduce it locally (check my results below) but I'd like to know the reason why data was not replicated on all your pods since it's a critical issue as you mentioned.
|
The issue occurred when I deleted existing chart installation and try to do the fresh install again by using existing, previously used PVC and volume with pre-existing data on it. The first slave gets all the data but the second one didn't. Steps to reproduce:
I'd realy like to hear how these exact steps went on your end because on my end it results in different amount of data across slaves, not sure why yet. |
Hi @pentago I couldn't reproduce it. I followed these steps:
|
Just tested it again a couple of times with the latest image (8.0.12-debian-9-r45) and it works fine. All slaves are consistent. Will close this for now but I'll test occasionally as I totally do not trust it :D |
Great thanks @pentago !! Keep us in the loop |
Just installed latest chart version and I discovered that on the deployment of 1 master + 2 slaves, (I login to the slave service with Adminer or PHPMyAdmin) slaves do not have the same amount of data. Same can be seen when entering pods and listing
/bitnami/mysql/data
directory,First slave has all the data, second slave has just some.
Seems that data doesn't get replicated consistently to slaves for some reason.
Can somebody test and confirm the issue? This is really critical issue.
The text was updated successfully, but these errors were encountered: