[MDEV-24623] Galera does not support MDEV-515 bulk insert Created: 2021-01-19 Updated: 2023-01-25 Resolved: 2023-01-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera |
| Affects Version/s: | 10.6 |
| Fix Version/s: | 10.6.12, 10.7.8, 10.8.7, 10.9.5, 10.10.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Marko Mäkelä | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | performance | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
This causes a few replication testMajors to fail. We have adjusted some tests by inserting an extra record into the table, so that the normal row-level locking and undo logging will be used. But, some tests will require deeper studying to assess whether such a work-around is acceptable or whether some improvements to the replication logic will be needed. |
| Comments |
| Comment by Marko Mäkelä [ 2021-01-21 ] | ||||||||||||||||||||||||
|
Here is the list of tests that failed for me locally (with non-debug galera-4 library):
I killed the test while it was executing galera_sr.GCF-1008 (I think it was hung). | ||||||||||||||||||||||||
| Comment by Marko Mäkelä [ 2021-01-22 ] | ||||||||||||||||||||||||
|
seppo suggested that the | ||||||||||||||||||||||||
| Comment by Ramesh Sivaraman [ 2023-01-24 ] | ||||||||||||||||||||||||
|
jplindst pquery testing looks good in the bug fix branch | ||||||||||||||||||||||||
| Comment by Marko Mäkelä [ 2023-01-24 ] | ||||||||||||||||||||||||
|
I hope that this was tested on 10.7 as well, because the logic is somewhat different there due to | ||||||||||||||||||||||||
| Comment by Ramesh Sivaraman [ 2023-01-25 ] | ||||||||||||||||||||||||
|
Yes tested on 10.7 as well |