[MDEV-8461] option aria-recover not documented Created: 2015-07-14 Updated: 2015-07-16 Resolved: 2015-07-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation |
| Affects Version/s: | N/A |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Critical |
| Reporter: | Marc | Assignee: | Ian Gilfillan |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Your documentation of the new aria engine is not very detailed, but for the option "aria_recover" none of the options are explained. |
| Comments |
| Comment by Marc [ 2015-07-14 ] |
|
Can you please provide a few reasons why an aria table crashes during normal server operation without any other messages in log than "Table x is marked as crashed and last (automatic?) repair failed" |
| Comment by Elena Stepanova [ 2015-07-14 ] |
|
greenman, it's a valid complaint, there is a description of recovery options for MyISAM, but not for Aria. mokraemer, until the documentation is updated, you can use the description for MyISAM, it's close enough. Regarding the question why the table would get corrupted during normal operation in the first place, the likely reason is disk problems (disk space, inode deficiency, writing errors); if you've already ruled it out, please try running REPAIR or aria_chk on the table manually, maybe it will provide more information. |
| Comment by Marc [ 2015-07-14 ] |
|
Hi, I assume there was a strange situation in the time the snapshot is merged. Since this time I got regular log entries "Table 'X' is marked as crashed and last (automatic?) repair failed". Currently I don't understand why the automatic repair didn't work. |
| Comment by Marc [ 2015-07-15 ] |
|
had the same issue this night - found this bug report: I had a file named X.TMM too, which has 0 bytes and was created the time the first crash occured. FYI: I'm using version 10.0.19 |
| Comment by Ian Gilfillan [ 2015-07-16 ] |
|
I have added some documentation about these options |