Bug #114707 | collect_diagnostics() fails with AttributeError when handling None diff values | ||
---|---|---|---|
Submitted: | 19 Apr 2024 15:16 | Modified: | 10 Jun 2024 8:38 |
Reporter: | Ioannis Androulidakis (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Shell General / Core Client | Severity: | S3 (Non-critical) |
Version: | 8.3.0 | OS: | CentOS (CentOS Stream 8) |
Assigned to: | CPU Architecture: | x86 (Intel(R) Xeon(R) Silver 411) | |
Tags: | debug, diagnostics, group replicaiton, mysqlsh, python |
[19 Apr 2024 15:16]
Ioannis Androulidakis
[19 Apr 2024 15:19]
Ioannis Androulidakis
Text file with stacktrace
Attachment: collect-diagnostics-stacktrace.txt (text/plain), 925 bytes.
[24 Apr 2024 11:39]
MySQL Verification Team
Thank you very much for your patch contribution, we appreciate it! In order for us to continue the process of reviewing your contribution to MySQL, please send us a signed copy of the Oracle Contributor Agreement (OCA) as outlined in https://oca.opensource.oracle.com Signing an OCA needs to be done only once and it's valid for all other Oracle governed Open Source projects as well. Getting a signed/approved OCA on file will help us facilitate your contribution - this one, and others in the future. Please let me know, if you have any questions. Thank you for your interest in MySQL.
[24 Apr 2024 12:09]
Ioannis Androulidakis
> In order for us to continue the process of reviewing your contribution to MySQL, please send us a signed copy of the Oracle Contributor Agreement (OCA) as outlined in https://oca.opensource.oracle.com Hi there, thanks for the headsup. I signed the Oracle Contributor Agreement (OCA) using my GitHub handle (ioandr) and Oracle account (androulidakis.ioannis@gmail.com) on Apr 22nd but have received no update/response since then. Attempting to re-sign it fails with: > You cannot submit a new request unless the one that is under review is approved or rejected or you withdraw your request. I can always share with you the signed PDF over e-mail, please specify an e-mail address in that case.
[24 Apr 2024 17:56]
MySQL Verification Team
Hi, Thanks for the update, I'll get the data to relevant party :) Thanks for the patch
[22 May 2024 14:57]
OCA Admin
Contribution submitted via Github - Handle None diff values when collecting diagnostics (*) Contribution by Ioannis Androulidakis (Github ioandr, mysql-shell/pull/20#issuecomment-2124223248): I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.
Contribution: git_patch_1831849410.txt (text/plain), 1.71 KiB.
[27 May 2024 15:43]
Ioannis Androulidakis
Hi there, any updates on this? It's rather small patch, let me know if you need anything from my side to proceed with review/merge.
[29 May 2024 7:42]
MySQL Verification Team
Hi, Nothing else from your side needed. Thanks for your contribution. We expect it to be published soon.
[10 Jun 2024 8:38]
Edward Gilmore
Posted by developer: Added the following note to the MySQL Shell 8.4.1 and 9.0.0 release notes: util.collect_diagnostics() failed with an AttributeError when run against an InnoDB Cluster on which the Group Replication plugin was uninstalled from one or more members. The utility attempted to retrieve values for Group Replication system variables which did not exist because the plugin was uninstalled. Thanks to Ioannis Androulidakis for the contribution.