[MDEV-25017] mariadb restart Created: 2021-02-26 Updated: 2023-05-12 Resolved: 2023-05-12 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.3 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | gao | Assignee: | Marko Mäkelä |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | None | ||
| Environment: |
10.3.13-MariaDB |
||
| Description |
|
2021-02-26 07:00:40 0x7fd88034f700 InnoDB: Assertion failure in file /mysql_log/mysql/mariadb-10.3.13/storage/innobase/lock/lock0lock.cc line 7022 To report this bug, see https://mariadb.com/kb/en/reporting-bugs We will try our best to scrape up some info that will hopefully help Server version: 10.3.13-MariaDB-log |
| Comments |
| Comment by gao [ 2021-02-26 ] | ||||||
|
the database server restart at 7:00 every day this week, so weird | ||||||
| Comment by Marko Mäkelä [ 2023-04-14 ] | ||||||
|
Sorry, I had overlooked this report. The crash occurs in the following code:
Does this occur with a more recent version of MariaDB? There have been numerous fixes to the locking code since then, such as I suppose that some scheduled reporting activity will cause occasional deadlocks between transactions, which then causes this sanity check to fail. |