Scale out: Adding new node fails
Bug #1877546 reported by
Andrew McLeod
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MySQL InnoDB Cluster Charm |
Fix Released
|
High
|
David Ames | ||
charm-interface-mysql-innodb-cluster |
Fix Released
|
High
|
David Ames |
Bug Description
focal ussuri s390x
Install hook intermittently failing (e.g. on one of 3 units) with the following error:
subprocess.
reason: the tmp file does not exist in the directory (the directory is there and contains nothing)
Changed in charm-mysql-innodb-cluster: | |
status: | New → Confirmed |
status: | Confirmed → Triaged |
importance: | Undecided → High |
assignee: | nobody → David Ames (thedac) |
Changed in charm-interface-mysql-innodb-cluster: | |
status: | New → Triaged |
importance: | Undecided → High |
assignee: | nobody → David Ames (thedac) |
Changed in charm-mysql-innodb-cluster: | |
milestone: | none → 20.05 |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Triage:
Per the Traceback
One of the non-leaders is executing config_changed during the install hook. config_changed calls wait_until_ cluster_ available but the cluster is not ready yet.
More precise flags are required on the config_changed reactive handler.