[MDEV-15202] innodb.log_file_size failed in buildbot - Can't initiate database recovery, running in read-only-mode Created: 2018-02-04 Updated: 2018-02-05 Resolved: 2018-02-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB, Storage Engine - XtraDB, Tests |
| Affects Version/s: | 10.1 |
| Fix Version/s: | 10.0.35, 10.1.31 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
http://buildbot.askmonty.org/buildbot/builders/winx64-debug/builds/7198/steps/test/logs/stdio
|
| Comments |
| Comment by Marko Mäkelä [ 2018-02-05 ] | ||||||||||||||||||||
|
By current design (with a bug fixed in As always with this message, the problem was caused by an earlier server startup. In this case, by the immediately preceding startup:
For the second warning, the cause is in the immediately preceding startup:
This very test is injecting such faults, and it is passing for me locally:
I do not see the message Can't initiate database in the server error log. It looks like it is only reported when the FIL_PAGE_FILE_FLUSH_LSN in the first page of the system tablespace file ibdata1 does not match the redo log checkpoint:
So, this failure should be fixed by call mtr.add_suppression(). |