[MDEV-28321] After upgrade to 10.7.3-1 and renabling of data-at-rest encryption unable to restore dump file. Created: 2022-04-15 Updated: 2022-05-27 Resolved: 2022-04-19 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | N/A |
| Affects Version/s: | 10.7.3 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Roland Sambain | Assignee: | Daniel Black |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | None | ||
| Environment: |
RHEL8.5 x86_64 |
||
| Issue Links: |
|
||||||||
| Description |
|
After an upgrade to 10.7.3-1 I have attempted to add a new database using "mysql -uroot -p brgtest2_db < daily_brg_db.sql" which fails with errors like "ERROR 2013 (HY000) at line 13654: Lost connection to server during query" After several re installs of 10.7.3-1 and many test restores I have found that this only occurs after I re-enable data-at-rest encryption. Before data-at-rest is enabled the mysql dump restore works as expected without error on 10.7.3-1. This issue has only manifested after an uninstall/reinstall upgrade from 10.6.7-1 to 10.7.3-1. The same procedure did not generate errors when I restored a dump to 10.6.7-1 with data-at-rest encryption enabled. Any guidance as why this is happening would be greatly appreciated. –
tls_version = TLSv1.2,TLSv1.3 |
| Comments |
| Comment by Roland Sambain [ 2022-04-16 ] |
|
Please disregard. Issue resolved. |
| Comment by Daniel Black [ 2022-04-19 ] |
|
Thanks for confirming you are no longer affected. Thanks for taking the time to do a bug report. For others that encounter a similar looking issue, what did you do to resolve it? "Lost connection during query" looks like the server crashed, or maybe ran out of memory. If it did just crash, maybe that is something still to be fixed. |