Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.5
Description
We got one-time occurrence of this failure on 10.5, right after MDEV-16678 was pushed.
10.5 adb117cf6901a0e0da7577267be1209359892207 |
CURRENT_TEST: gcol.innodb_virtual_debug_purge
|
Warning: /mnt/buildbot/build/mariadb-10.5.1/libmysqld/examples/mysqltest_embedded: unknown variable 'loose-ssl-ca=/mnt/buildbot/build/mariadb-10.5.1/mysql-test/std_data/cacert.pem'
|
Warning: /mnt/buildbot/build/mariadb-10.5.1/libmysqld/examples/mysqltest_embedded: unknown variable 'loose-ssl-cert=/mnt/buildbot/build/mariadb-10.5.1/mysql-test/std_data/client-cert.pem'
|
Warning: /mnt/buildbot/build/mariadb-10.5.1/libmysqld/examples/mysqltest_embedded: unknown variable 'loose-ssl-key=/mnt/buildbot/build/mariadb-10.5.1/mysql-test/std_data/client-key.pem'
|
Warning: /mnt/buildbot/build/mariadb-10.5.1/libmysqld/examples/mysqltest_embedded: unknown option '--loose-skip-ssl'
|
Got ERROR: "InnoDB: Operating system error number 2 in a file operation." errno: 2000
|
Got ERROR: "InnoDB: The error means the system cannot find the path specified." errno: 2000
|
Got ERROR: "InnoDB: If you are installing InnoDB, remember that you must create directories yourself, InnoDB does not create them." errno: 2000
|
Got ERROR: "InnoDB: Cannot open datafile for read-only: './mysql/innodb_index_stats.ibd' OS error: 71" errno: 2000
|
Got ERROR: "InnoDB: Operating system error number 2 in a file operation." errno: 2000
|
Got ERROR: "InnoDB: The error means the system cannot find the path specified." errno: 2000
|
Got ERROR: "InnoDB: If you are installing InnoDB, remember that you must create directories yourself, InnoDB does not create them." errno: 2000
|
Got ERROR: "InnoDB: Cannot open datafile for read-only: './mysql/innodb_table_stats.ibd' OS error: 71" errno: 2000
|
Got ERROR: "InnoDB: Operating system error number 2 in a file operation." errno: 2000
|
Got ERROR: "InnoDB: The error means the system cannot find the path specified." errno: 2000
|
Got ERROR: "InnoDB: If you are installing InnoDB, remember that you must create directories yourself, InnoDB does not create them." errno: 2000
|
Got ERROR: "InnoDB: Cannot open datafile for read-only: './mysql/transaction_registry.ibd' OS error: 71" errno: 2000
|
mysqltest_embedded: /home/buildbot/buildbot/build/mariadb-10.5.1/storage/innobase/row/row0vers.cc:469: void row_vers_build_clust_v_col(dtuple_t*, dict_index_t*, dict_index_t*, mem_heap_t*): Assertion `maria_table' failed.
|
My attempts to repeat the failure failed. I tried the debug and debug+ASAN build of the embedded server. The ASAN build completed successfully the following:
ASAN_OPTIONS=abort_on_error=1 ./mtr --embedded --repeat=10 --parallel=auto gcol.innodb_virtual_debug_purge{,,,,,,,,,,,,,} |
Attachments
Issue Links
- is caused by
-
MDEV-16678 Use MDL for innodb background threads instead of dict_operation_lock
- Closed