[MDEV-22918] innodb_init() returned 11 (Generic error) upon incremental backup Created: 2020-06-16 Updated: 2022-10-06 Resolved: 2022-09-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | mariabackup |
| Affects Version/s: | 10.4 |
| Fix Version/s: | 10.4.27, 10.5.18, 10.6.11, 10.7.7, 10.8.6, 10.9.4, 10.10.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Marko Mäkelä |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
||||||||||||||||||||
| Issue Links: |
|
||||||||||||||||||||
| Description |
|
Note: This report is about non-debug 10.4 build. 10.4 debug fails with
To reproduce (same test as in
Remember to set the basedir on the command line. The grammar in the test above only contains single query:
The command line above runs the test 10 times, until it fails with "returned 11" output. It may take a while, because it can fail with different problems, particularly Other versions/builds fail with different problems, see |
| Comments |
| Comment by Marko Mäkelä [ 2022-09-14 ] | ||||||||||||||||||||||||||||||
|
I suspect that this bug is a duplicate of Alas, I failed to reproduce this bug even after reverting the
I did not find a core dump or even server error log output for the crash. I did not notice any message about --prepare failure in the log. I will next try the test with the | ||||||||||||||||||||||||||||||
| Comment by Marko Mäkelä [ 2022-09-14 ] | ||||||||||||||||||||||||||||||
|
I got a similar outcome also with the
Could it simply be that the worker threads of the test harness cannot distinguish a server shutdown from a killed server? | ||||||||||||||||||||||||||||||
| Comment by Marko Mäkelä [ 2022-09-14 ] | ||||||||||||||||||||||||||||||
|
With the reported revision, I reproduced something that looks more like a genuine failure:
| ||||||||||||||||||||||||||||||
| Comment by Marko Mäkelä [ 2022-09-14 ] | ||||||||||||||||||||||||||||||
|
Finally, I tested the stated revision after applying the fix of
Furthermore, I browsed over the the log. There was no Ignoring data file message flood, like there was without the fix. Thus, this bug must be a duplicate of |