[MDEV-27550] The test galera.MW-328D no longer reproduces a deadlock Created: 2022-01-20 Updated: 2023-11-27 Resolved: 2022-03-08 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera, Tests |
| Affects Version/s: | 10.5, 10.6, 10.7, 10.8 |
| Fix Version/s: | 10.5.16, 10.6.8, 10.7.4, 10.8.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Marko Mäkelä | Assignee: | Vladislav Lesin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Ever since InnoDB stopped to flag some bogus record lock conflicts, the test galera.MW-328D started failing:
This test will have to be adjusted so that it will reproduce a real locking conflict and deadlock, or it should be removed. |
| Comments |
| Comment by Vladislav Lesin [ 2022-01-20 ] |
|
The reason of the the failure is the following. The transaction of connection node_1 acquires lock, then the transaction of node_1a creates conflicting waiting for node_1 lock, then node_1 transaction requests lock. Before |
| Comment by Marko Mäkelä [ 2022-03-07 ] |
|
Now that |