Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.5, 10.6, 10.3(EOL), 10.4(EOL), 10.7(EOL), 10.8(EOL), 10.9(EOL), 10.10(EOL)
Description
Related to MDEV-29905 it has been discussed that the error message for change buffer merge errors, like
2022-10-24 23:58:25 0 [ERROR] InnoDB: The age of the last checkpoint is 991661268, which exceeds the log capacity 966365799.
|
|
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
2022-10-24 23:58:25 0 [ERROR] InnoDB: The age of the last checkpoint is 991661268, which exceeds the log capacity 966365799. Shutdown is still in progress.
|
|
We also should add a second message
[Note] InnoDB: Corruption fixed by log checkpoint at LSN=xxxxx
|
|
as "end of fatal condition" message
Attachments
Issue Links
- relates to
-
MDEV-27784 log_overwrite_warning displays an error instead of a warning
- Closed
-
MDEV-29905 Change buffer operations fail to check for log file overflow
- Closed
-
MDEV-34566 InnoDB: Crash recovery is broken due to insufficient innodb_log_file_size (but wasn't in crash recovery)
- Closed