[MDEV-25708] THD::cleanup(): Assertion `!mdl_context.has_locks()' failed Created: 2021-05-17 Updated: 2021-05-23 Resolved: 2021-05-23 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera, Triggers |
| Affects Version/s: | 10.5, 10.6 |
| Fix Version/s: | 10.6.2, 10.5.11 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Julius Goryavsky | Assignee: | Michael Widenius |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | regression-10.5, regression-10.6 | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
Failure during wsrep_mode_strict_replication test:
|
| Comments |
| Comment by Julius Goryavsky [ 2021-05-18 ] | ||||||||||||||||||||||
|
One more test failure caused by the same merge:
| ||||||||||||||||||||||
| Comment by Marko Mäkelä [ 2021-05-18 ] | ||||||||||||||||||||||
|
| ||||||||||||||||||||||
| Comment by Marko Mäkelä [ 2021-05-18 ] | ||||||||||||||||||||||
|
It looks like this affects 10.5 as well. I just got this failure locally:
Unfortunately, no stack trace or core dump was preserved. | ||||||||||||||||||||||
| Comment by Michael Widenius [ 2021-05-23 ] | ||||||||||||||||||||||
|
The last comment is not related to Jira entry case, as the test | ||||||||||||||||||||||
| Comment by Michael Widenius [ 2021-05-23 ] | ||||||||||||||||||||||
|
I tested galera_sr.mysql-wsrep-features#8 with latest 10.5 and it worked with me. Nothing that I can do related to that as there is no information of what failed and there is no stack trace in the comment. galera.wsrep_strict_ddl failed, will fix that. The reason for the failure in galera was that error handling was not done properly. | ||||||||||||||||||||||
| Comment by Michael Widenius [ 2021-05-23 ] | ||||||||||||||||||||||
|
Pushed bug fix into 10.5 tree |