The failure is observed in st-10.11-MDEV-33361. Since the assert looks unrelated to the change in the branch, the issue must be from the base branch.
The assert is introduced in MDEV-14425 and likely to have introduced the issue. I am setting the affected version as 10.8.1 when MDEV-14425 was merged.
https://buildbot.mariadb.org/#/builders/234/builds/26196/steps/9/logs/stdio
Test: innodb.import_corrupted
Branch: st-10.11-MDEV-33361
Commit: 93189df44
Platform: amd64-windows
innodb.import_corrupted 'innodb' w6 [ fail ]
|
Test ended at 2024-02-02 10:01:21
|
|
CURRENT_TEST: innodb.import_corrupted
|
mysqltest: At line 65: query 'ALTER TABLE t2 IMPORT TABLESPACE' failed with wrong errno <Unknown> (2013): 'Lost connection to server during query', instead of ER_NOT_KEYFILE (1034)...
|
Server [mysqld.1 - pid: 47680, winpid: 47680, exit: 0] failed during test run
|
Server log from this test:
|
----------SERVER LOG START-----------
|
2024-02-02 10:01:20 124 [Note] InnoDB: Sync to disk of `test`.`t1` started.
|
2024-02-02 10:01:20 124 [Note] InnoDB: Stopping purge
|
2024-02-02 10:01:21 124 [Note] InnoDB: Writing table metadata to './test/t1.cfg'
|
2024-02-02 10:01:21 124 [Note] InnoDB: Table `test`.`t1` flushed to disk
|
2024-02-02 10:01:21 124 [Note] InnoDB: Deleting the meta-data file './test/t1.cfg'
|
2024-02-02 10:01:21 124 [Note] InnoDB: Resuming purge
|
2024-02-02 10:01:21 124 [Note] InnoDB: Importing tablespace for table 'test/t1' that was exported from host 'WIN-5PHL1LR4M8G'
|
2024-02-02 10:01:21 124 [Note] InnoDB: Phase I - Update all pages
|
2024-02-02 10:01:21 124 [Note] InnoDB: Sync to disk
|
2024-02-02 10:01:21 124 [Note] InnoDB: Sync to disk - done!
|
2024-02-02 10:01:21 124 [Note] InnoDB: Phase II - Purge records from index `PRIMARY`
|
Assertion failed: oldest_lsn > log_sys.last_checkpoint_lsn, file C:\Buildbot\amd64-windows\build\storage\innobase\buf\buf0flu.cc, line 1982
|
server.dll!my_sigabrt_handler()[my_thr_init.c:465]
|
ucrtbase.dll!raise()
|
ucrtbase.dll!abort()
|
ucrtbase.dll!_get_wpgmptr()
|
ucrtbase.dll!_wassert()
|
server.dll!log_checkpoint_low()[buf0flu.cc:1982]
|
server.dll!log_checkpoint()[buf0flu.cc:2042]
|
server.dll!buf_flush_page_cleaner()[buf0flu.cc:2509]
|