[MDEV-24423] MariaDB 10.3 crashing and restarting intermittently - segfault at 0 Created: 2020-12-16 Updated: 2023-05-12 Resolved: 2023-05-12 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.3.27 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Stéphane BOCQUET | Assignee: | Marko Mäkelä |
| Resolution: | Incomplete | Votes: | 3 |
| Labels: | crash, innodb, zabbix | ||
| Environment: |
Debian 10 / 4 vCore / 10G RAM / EMC VNX LUNs |
||
| Attachments: |
|
| Description |
|
Hello, We are using a regular Debian 10 server with latest MariaDB 10.3.27. It use to work nice for months, but since 1 week, we are facing some regular crashes after a few hours of run. Then applications (zabbix, etc...) loss the DB connections and some transactions are broken. System specs : - 4 vCPU - 10G of RAM - Disks are some LUNs on an EMC VNX Here is an example of the syslog messages:
And here is a part of the conf file we use: /etc/mysql/mariadb.conf.d/50-server.cnf
Error.log files are linked. Best regards, |
| Comments |
| Comment by Elena Stepanova [ 2021-01-11 ] |
|
Long semaphore wait crash |
| Comment by Greg1258 [ 2021-01-12 ] |
|
Hello, We have a the same error on MariaDB 10.2.36 (crash in a long transaction). Seems linked to : https://jira.mariadb.org/browse/MDEV-24375 Could it be also linked to this performance regression : https://jira.mariadb.org/browse/MDEV-24272 ? |
| Comment by D (Inactive) [ 2021-01-18 ] |
|
Hello, have the same problems on multiple systems, long semaphore wait, crashes at various repeating intervals. Seems like the last two minor versions (both November 2020 releases) are affected:
|
| Comment by Sara Artiglieri [ 2021-02-04 ] |
|
Hello, I got the same problems on two machines. Both have CentOS8 (8.3.1-5) and 10.3.27 MariaDB. Maria crashes every day at the same hour. [Warning] InnoDB: A long semaphore wait: In fact problems started when MariaDB was upgraded to version 10.3.27. Sara |
| Comment by D (Inactive) [ 2021-03-16 ] |
|
The most recent update "Release date: 22 Feb 2021" - in my case the v10.5.9, seems to have fixed the aforementioned problems. |
| Comment by Marko Mäkelä [ 2023-04-14 ] |
|
Can anyone enable core dumps or attach a debugger to a hung server, to produce fully resolved stack traces of all threads during the hang? Without such output, it is impossible to diagnose hangs. In MariaDB Server 10.6, the "long semaphore wait" diagnostics was replaced with a simple watchdog on dict_sys.latch. |