[MDEV-32122] Node killing could cause applier to fail on write rows event leading inconsistency Created: 2023-09-07 Updated: 2023-11-08 Resolved: 2023-10-02 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera |
| Affects Version/s: | 10.6 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Critical |
| Reporter: | Jan Lindström | Assignee: | Jan Lindström |
| Resolution: | Cannot Reproduce | Votes: | 1 |
| Labels: | None | ||
| Attachments: |
|
||||||||||||
| Issue Links: |
|
||||||||||||
| Description |
|
3-node cluster with RQG load where node_2 is killed. Node_1 applier fails on deadlock error and drops from cluster, node_3 self leaves as it is alone.
|
| Comments |
| Comment by Jan Lindström [ 2023-09-07 ] | ||||||||||||||||||||||||||||||||||||||||||
|
node1 (OLTP load was active) :
Node3 :
| ||||||||||||||||||||||||||||||||||||||||||
| Comment by Ramesh Sivaraman [ 2023-09-07 ] | ||||||||||||||||||||||||||||||||||||||||||
|
Test case to reproduce the issue
4) Forcefully kill node2 and analyse the remaining cluster nodes wsrep state. | ||||||||||||||||||||||||||||||||||||||||||
| Comment by Jan Lindström [ 2023-09-29 ] | ||||||||||||||||||||||||||||||||||||||||||
|
Relevant info from node_1 where we start inconsistency voting:
| ||||||||||||||||||||||||||||||||||||||||||
| Comment by Jan Lindström [ 2023-10-02 ] | ||||||||||||||||||||||||||||||||||||||||||
|
Based on testing this problem does not reproduce anymore with 10.6 commit 388296a1. | ||||||||||||||||||||||||||||||||||||||||||
| Comment by Ramesh Sivaraman [ 2023-10-03 ] | ||||||||||||||||||||||||||||||||||||||||||
|
could not reproduce the issue on latest 10.6 build. |