[MDEV-29982] Improve the InnoDB log overwrite error message Created: 2022-11-09 Updated: 2022-11-23 Resolved: 2022-11-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 10.10 |
| Fix Version/s: | 10.11.2, 10.5.19, 10.6.12, 10.7.8, 10.8.7, 10.9.5, 10.10.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Ralf Gebhardt | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | corruption, shutdown | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
Related to
should be changed to avoid that the user is killing the shutdown process because of this error message and a long running shutdown. The error message should be changed to
We also should add a second message
as "end of fatal condition" message |
| Comments |
| Comment by Ryu Yamada [ 2022-11-09 ] | ||
|
I'll be obliged if you'd review my PR, hope it's not much mistaken... | ||
| Comment by Marko Mäkelä [ 2022-11-14 ] | ||
|
I am going to implement messages like this:
For the log sequence numbers, WWW<XXX<YYY<ZZZ should hold. The phrase "Shutdown is in progress." will only be output if shutdown has actually been initiated. I must come up with some debug instrumentation so that these messages can be exercised in our regression test suite. |