[MDEV-26914] Unreleased mutex in the exec_relay_log_event() function Created: 2021-10-27 Updated: 2021-11-02 Resolved: 2021-10-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera, Server |
| Affects Version/s: | 10.4.21, 10.5.12, 10.6.4, 10.7.0 |
| Fix Version/s: | 10.4.22, 10.5.13, 10.6.5, 10.7.1 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Julius Goryavsky | Assignee: | Julius Goryavsky |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||
| Description |
|
The mtr tests from galera and galera_sr suites crash periodically because one of the mutex is captured but not released on exit from the exec_relay_log_event() function:
|
| Comments |
| Comment by Jan Lindström (Inactive) [ 2021-10-27 ] |
|
ok to push if bb mostly green |
| Comment by Julius Goryavsky [ 2021-10-28 ] |
|
Fixed, https://github.com/MariaDB/server/commit/7948a1dc53eccc23095a83daa5fd6b3bfaedf7f2 |