-
Notifications
You must be signed in to change notification settings - Fork 168
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
Add new states for MariaDB Jira Blocker and Critical issues #704
base: develop
Are you sure you want to change the base?
Conversation
The MariaDB version has bug in service for this version, source: https://jira.mariadb.org/browse/MDEV-31779 channel=StdOut cluster=fr code=MD031779 status=OPENED type=state |
One can see that https://jira.mariadb.org/browse/MDEV-31779 is about having sequences in schema So my proposal was to have mdev-stopper.json where we {issue:"MDEV-31779", tags "sequences"} blabla blocker should block failover only if both version and tags match |
Yes, currently MDEV list is only giving alert, only MDEV-28310 is blocker.
Need to check and adding configurator tags based on situation |
On hold while focusing for finishing backups |
Caution!
This will make the alert and prevent failover/switchover for JIRA blockers:
For better state checking, state from server will always have serverURL, and it will be added to list for same state. (previously it was ignored)
serverURL can be multiple : A:3306,B:3306,C:3306