R/O but leader node trying to create users/databases
Bug #1866164 reported by
Alex Kavanagh
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Charm Helpers |
Fix Released
|
Critical
|
David Ames | ||
MySQL InnoDB Cluster Charm |
Fix Released
|
Critical
|
David Ames |
Bug Description
Whilst doing some testing with keystone on Focal/Ussuri I recieved the error:
Error on observer while running replication hook 'before_commit'.
which caused a hook to fail in the mysql-innodb-
Changed in charm-mysql-innodb-cluster: | |
milestone: | none → 20.05 |
status: | Fix Committed → Fix Released |
Changed in charm-mysql-innodb-cluster: | |
status: | In Progress → Fix Released |
Changed in charm-helpers: | |
status: | In Progress → Fix Released |
To post a comment you must log in.
The issue is the mysql-innodb- cluster charm is using the mysql client to do grants for requesting services.
It should use mysqlsh for all executions.