[MDEV-19766] innodb.leaf_page_corrupted_during_recovery failed in buildbot with Warning Data too long for column Created: 2019-06-14 Updated: 2023-05-16 Resolved: 2019-07-01 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB, Tests |
| Affects Version/s: | 10.3 |
| Fix Version/s: | 10.2.26, 10.3.17, 10.4.7 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Thirunarayanan Balathandayuthapani |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
http://buildbot.askmonty.org/buildbot/builders/kvm-asan/builds/1453
|
| Comments |
| Comment by Marko Mäkelä [ 2019-06-17 ] |
|
I did not see anything special in the server error log. Perhaps the page dump output was not interleaved with other output in this case? Do we actually need the dumps of corrupted pages when reporting a read error? Shouldn’t the file name and page number be enough output? |
| Comment by Marko Mäkelä [ 2019-07-01 ] |
|
Since this test is using debug instrumentation, we will solve the issue by disabling page dumps in debug builds altogether. Users of debug builds will likely know how to extract page dumps in other means. Page dump output could sometimes be useful when diagnosing problems that users are facing. Hence we will keep the page dump output in non-debug (release) builds. |