Unit stays blocked after machine powerdown and reboot
Bug #1938708 reported by
Alexander Balderson
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
MySQL InnoDB Cluster Charm | Status tracked in Trunk | |||||
Jammy |
Fix Committed
|
High
|
Unassigned | |||
Trunk |
Fix Committed
|
High
|
Unassigned |
Bug Description
Solutions QA has started testing deployments which simulate sudden power-outages for an AZ.
During these tests we've found that mysql-innodb-
I didn't see anything that stood out in the logs about the inaccessibility, and a perhaps a more trained eye can identify where the short coming is.
Testruns which have hit this issue can be found at:
https:/
description: | updated |
Changed in charm-mysql-innodb-cluster: | |
status: | New → Triaged |
importance: | Undecided → High |
To post a comment you must log in.
There are a number of similar bugs to this one open for mysql-innodb- cluster:
- Deployment blocked with "Cluster is inaccessible from this instance" (https:/ /bugs.launchpad .net/charm- mysql-innodb- cluster/ +bug/1926449) /bugs.launchpad .net/charm- mysql-innodb- cluster/ +bug/1917332)
- Stuck on "Cluster has no quorum as visible from <leader_ip> and cannot process write transactions. 2 members are not active" (https:/
See more at: https:/ /bugs.launchpad .net/charm- mysql-innodb- cluster
I think it boils down to: the payload mysql-innodb- cluster is either a) currently not configured in a way that recovers from cluster outages, b) isn't actually very good at coming back from cluster outages (i.e. a problem in the product).
Looking at https:/ /dev.mysql. com/doc/ mysql-shell/ 8.0/en/ troubleshooting -innodb- cluster. html it seems it might be tricky to actually fully automate this.