Hi all,
I have switched from 22.11 to 23.11 while upgrading the MariaDB server from 
10.5.23 to 10.11.6 (in a Docker container based on the official mariadb image 
from Docker hub.

I am now seeing this warning in docker logs:
2025-03-06 11:14:44 0 [Warning] mysqld: io_uring_queue_init() failed with errno 
1
2025-03-06 11:14:44 0 [Warning] InnoDB: liburing disabled: falling back to 
innodb_use_native_aio=OFF

Have been searching and tested with more memory and raising memlock with 
--ulimit in the docker run statement, but to no avail yet.

You can check if MariaDB disabled this setting in your setup with mysql:
show variables like 'innodb_use_native_aio';
If it is still ON, you are probably good.

Anyone else seeing this issue or have any further clues?

Thanks,
Marcel

_______________________________________________
Koha-devel mailing list
Koha-devel@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : https://www.koha-community.org/
git : https://git.koha-community.org/
bugs : https://bugs.koha-community.org/

Reply via email to