We have the very same problem.
Recently upgraded to 10.5.8 on Ubuntu20.
Server is on AWS. DB is used for Zabbix.
We have two MariaDB instances running on the same server. One is using ephemeral SSD storage and there is no problem with that. The other one is using EBS (gp3 [upgraded from gp2 at the same time]) and it's crashing with the same error.
Attached the last entry in the error log. After crash there are no more entries in the log. Both instances (the crashed one) and the new one are trying to write to the same error log file:
- lsof error_mariadb_ebs.log
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
mariadbd 1932433 mysql 1w REG 202,1 828870 518224 error_mariadb_ebs.log
mariadbd 1932433 mysql 2w REG 202,1 828870 518224 error_mariadb_ebs.log
mariadbd 2220904 mysql 2w REG 202,1 828870 518224 error_mariadb_ebs.log
After upgrade to 10.5.8 when DB crashed it was fully restarted. After second crash I decided to let it go as it is and after the initial crash there are no more crashes of DB (for last 9 days).
I will additionally check if this problem is happening also on AWS EBS gp2 type storage.
We have the very same problem.
Recently upgraded to 10.5.8 on Ubuntu20.
Server is on AWS. DB is used for Zabbix.
We have two MariaDB instances running on the same server. One is using ephemeral SSD storage and there is no problem with that. The other one is using EBS (gp3 [upgraded from gp2 at the same time]) and it's crashing with the same error.
Attached the last entry in the error log. After crash there are no more entries in the log. Both instances (the crashed one) and the new one are trying to write to the same error log file:
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
mariadbd 1932433 mysql 1w REG 202,1 828870 518224 error_mariadb_ebs.log
mariadbd 1932433 mysql 2w REG 202,1 828870 518224 error_mariadb_ebs.log
mariadbd 2220904 mysql 2w REG 202,1 828870 518224 error_mariadb_ebs.log
After upgrade to 10.5.8 when DB crashed it was fully restarted. After second crash I decided to let it go as it is and after the initial crash there are no more crashes of DB (for last 9 days).
I will additionally check if this problem is happening also on AWS EBS gp2 type storage.