-
-
Notifications
You must be signed in to change notification settings - Fork 276
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
Q: orchestrator failover defaults #482
Comments
Hi @chasebolt, This is what we intended, except the comment. We chose this configuration to let the operator mark the new master as readable. For example, if you set the cluster By setting In other words, the operator is responsible to make nodes writable or not. You sad that in your case the old master doesn't rejoin, please give me more details so I can debug that. Maybe some steps to reproduce it. Thank you for your question and for reporting this issue! |
I am interested to know why these two settings in the mysql-cluster chart are not set to the defaults that orchestrator recommends. Currently killing the master mysql pod (db-0) promotes the slave (db-1) but then db-0 does not rejoin back correctly and is unable to be fixed. Setting
ApplyMySQLPromotionAfterMasterFailover: true
corrects this issue. I am sure setting tofalse
is intended, just trying to understand why that is.charts/mysql-cluster/values.yaml
orchestrator defaults listed in the docs:
The text was updated successfully, but these errors were encountered: