[MDEV-20616] MariaDB-Galera 10.4.8 | Transaction aborted | Sig 6 Shutdown Created: 2019-09-18 Updated: 2021-10-04 Resolved: 2020-05-19 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | wsrep |
| Affects Version/s: | 10.4.8 |
| Fix Version/s: | 10.4.13, 10.5.3 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Florian Strankowski | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | galera | ||
| Environment: |
CentOS 7 / MariaDB, Galera |
||
| Attachments: |
|
| Description |
|
During daily business we've noticed a sudden crash of some of our MariaDB-Clusters members . It seems like we've hit some kind of assertion error which led to MariaDB shutting down. E.g.:
Attached the appropriate parts of the messages log. |
| Comments |
| Comment by Jan Lindström (Inactive) [ 2019-09-18 ] | ||||||
|
Hi, could you please provide show create table for table where original operation is done and definition of the trigger that causes the crash. | ||||||
| Comment by Florian Strankowski [ 2019-09-18 ] | ||||||
|
Here you go:
| ||||||
| Comment by Jan Lindström (Inactive) [ 2019-09-18 ] | ||||||
|
Thanks, can you provide that trigger definition also ? | ||||||
| Comment by Florian Strankowski [ 2019-09-18 ] | ||||||
|
I cannot provide any triggers because i do not have any in this | ||||||
| Comment by Jan Lindström (Inactive) [ 2019-09-18 ] | ||||||
|
Somewhere is trigger like: UPDATE lease4_stat SET leases = leases - 1 WHERE subnet_id = OLD.subnet_id AND state = OLD.state | ||||||
| Comment by Marko Mäkelä [ 2020-03-02 ] | ||||||
|
https://github.com/MariaDB/server/pull/1454 should address this. |