[MDEV-29744] safe_mutex: Found wrong usage of mutex 'LOCK_commit_ordered' and 'LOCK_global_system_variables', or of mutex 'LOCK_global_system_variables' and 'LOCK_log', on setting max_binlog_size and START TRANSACTION Created: 2022-10-08 Updated: 2023-12-18 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | Binary Protocol, Locking |
| Affects Version/s: | 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 10.10, 10.11, 11.0, 11.1, 11.2, 11.3, 11.4 |
| Fix Version/s: | 10.4, 10.5, 10.6, 10.11, 11.0, 11.1, 11.2, 11.3 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Roel Van de Paar | Assignee: | Andrei Elkin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | affects-tests, mutex | ||
| Description |
|
Leads to:
And
Leads to:
Bug confirmed present in: |
| Comments |
| Comment by Elena Stepanova [ 2022-10-14 ] | ||||||||||||
|
Also with binlog_checksum, as in
The problem is old though. | ||||||||||||
| Comment by Roel Van de Paar [ 2022-10-14 ] | ||||||||||||
|
Was able to catch a bit more info with this testcase
Same source code line numbers for the testcase by elenst (with thanks!) | ||||||||||||
| Comment by Roel Van de Paar [ 2023-12-07 ] | ||||||||||||
|
Also please try:
| ||||||||||||
| Comment by Roel Van de Paar [ 2023-12-18 ] | ||||||||||||
|
| ||||||||||||
| Comment by Roel Van de Paar [ 2023-12-18 ] | ||||||||||||
|
Elkin Hi! Would you have a moment to check how serious this issue is under the hood? Thank you |