Activity log for bug #1942936

Date Who What changed Old value New value Message
2021-09-07 20:59:53 Adam Dyess bug added bug
2021-09-11 09:43:06 Alex Kavanagh charm-percona-cluster: importance Undecided Medium
2021-09-11 09:43:06 Alex Kavanagh charm-percona-cluster: status New Triaged
2021-09-11 09:43:15 Alex Kavanagh tags good-first-bug
2022-03-29 11:19:50 Zeeshan Ali Shah charm-percona-cluster: assignee Zeeshan Ali Shah (babal1nux)
2022-07-19 14:10:19 Gui Maluf Balzana description percona_utils.get_wresp_value(key) can fail in cursor.execute(...) with an Exception but the logging is ``` unit-mysql-3: 15:53:19 ERROR unit.mysql/3.juju-log Failed to get '%s' ``` changing to except Exception as e: log("Failed to get key=%s '%s'" % (key, e), ERROR) return None you can get a better log ``` unit-mysql-3: 15:58:33 ERROR unit.mysql/3.juju-log Failed to get key=wsrep_ready '(1146, "Table 'performance_schema.session_status' doesn't exist")' ``` percona_utils.get_wresp_value(key) can fail in cursor.execute(...) with an Exception but the logging is ``` unit-mysql-3: 15:53:19 ERROR unit.mysql/3.juju-log Failed to get '%s' ``` changing to     except Exception as e:         log("Failed to get key=%s '%s'" % (key, e), ERROR)         return None you can get a better log ``` unit-mysql-3: 15:58:33 ERROR unit.mysql/3.juju-log Failed to get key=wsrep_ready '(1146, "Table 'performance_schema.session_status' doesn't exist")' ```
2022-07-19 14:13:17 Gui Maluf Balzana charm-percona-cluster: assignee Zeeshan Ali Shah (babal1nux) Gui Maluf Balzana (guimalufb)
2022-07-20 08:43:20 OpenStack Infra charm-percona-cluster: status Triaged In Progress
2022-07-20 15:59:27 OpenStack Infra charm-percona-cluster: status In Progress Fix Committed