Aria crash recovery failures
(MDEV-19813)
|
|
| Status: | Stalled |
| Project: | MariaDB Server |
| Component/s: | Encryption, Storage Engine - Aria |
| Affects Version/s: | 10.2, 10.3, 10.4, 10.5, 10.6, 10.7 |
| Fix Version/s: | 10.4, 10.5, 10.6 |
| Type: | Technical task | Priority: | Critical |
| Reporter: | Elena Stepanova | Assignee: | Michael Widenius |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | affects-tests | ||
| Issue Links: |
|
||||||||||||
| Description |
|
The datadir after the initial crash, before any attempt to recover, is here: Unpack and start the server with
Adjust the path to keys.txt if needed. The test to run the complete flow (might require several trials):
RQG branch and revision are important here, you might not have some of the required files in other branches. Couldn't reproduce on 10.1 with the given test, but possibly there is some difference in the test flow. |
| Comments |
| Comment by Michael Widenius [ 2021-10-25 ] | ||||||||||||||
|
This looks very like something that is related to MDEV-17912. When testing with 10.7, I get the following new warnings, which where added to detect the MDEV-17912 issue: 2021-10-25 19:01:36 0 [ERROR] mariadbd: Table ./test/oltp33.MAI has wrong LSN: (2694473,0x2da478dd) on page: 1 Elenst, any chance you could do a new run of the test case on the latest 10.6 or 10.7 to check if this bug still exists? | ||||||||||||||
| Comment by Elena Stepanova [ 2021-10-31 ] | ||||||||||||||
|
The same test still fails the same way on current 10.6/10.7. I modified the test a little bit just to avoid false positives (because when the recovery does not fail, it can take longer on 10.6+ than it used to on earlier versions, and the test wouldn't wait that long), but it's just a technicality.
|