Bug #97784 | clone plugin misunderstanding UNDO table-space file name | ||
---|---|---|---|
Submitted: | 26 Nov 2019 9:44 | Modified: | 9 Dec 2019 19:33 |
Reporter: | Tsubasa Tanaka (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Clone Plugin | Severity: | S3 (Non-critical) |
Version: | 8.0.18 | OS: | CentOS (7.6) |
Assigned to: | CPU Architecture: | x86 |
[26 Nov 2019 9:44]
Tsubasa Tanaka
[28 Nov 2019 6:28]
MySQL Verification Team
Hello Tanaka-San, Thank you for the report and feedback. Verified as described. regards, Umesh
[9 Dec 2019 19:33]
Daniel Price
Posted by developer: Fixed as of the upcoming 8.2.0 release, and here's the changelog entry: After upgrading from MySQL 5.7 to MySQL 8.0 with an innodb_undo_tablespaces=2 setting, a CLONE INSTANCE operation failed with the following error: ERROR 3862 (HY000): Clone Donor Error: 1016 : Can't open filc: './undo001'. The upgrade process left behind orphaned in-memory undo tablespaces. Thanks to Satya Bodapati for the contribution.
[9 Dec 2019 19:40]
Daniel Price
Posted by developer: Changelog entry revised: "After upgrading from MySQL 5.7 to MySQL 8.0, a CLONE INSTANCE operation failed with the following error: ERROR 3862 (HY000): Clone Donor Error: 1016 : Can't open file: './undo001'. The upgrade process left behind orphaned in-memory undo tablespaces. Thanks to Satya Bodapati for the contribution."
[18 Dec 2019 15:17]
Daniel Price
Posted by developer: Changelog entry moved to 8.0.19 release notes.