Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
N/A
-
None
Description
from worker p9-db-bbw1-docker-debian-sid(https://ci.mariadb.org/23085/logs/ppc64le-debian-sid/mysqld.1.err.3) |
2022-03-09 4:12:07 0 [Warning] mariadbd: io_uring_queue_init() failed with errno 1
|
2022-03-09 4:12:07 0 [Warning] InnoDB: liburing disabled: falling back to innodb_use_native_aio=OFF
|
So errno 1 is a EPERM. Other workers have ENOSYS indicating an unsupported kernel.
Without uring enable on a variety of architectures, there isn't sufficient testing of innodb's default mode of writing.
Attachments
Issue Links
- relates to
-
MDEV-29610 uring tmpfs InnoDB: IO Error: 125 during async write of X bytes, for file Y, returned 0
- Stalled