mariadb/storage
sjaakola 66c05326d2 MDEV-29684 Fixes for cluster wide write conflict resolving
Cluster conflict victim's THD is marked with wsrep_aborter.
THD::wsrep_aorter holds the thread ID of the hight priority tread,
which is currently carrying out BF aborting for this victim.

However, the BF abort operation is not always successful,
and in such case the wsrep_aborter mark should be removed.
In the old code, this wsrep_aborter resetting did not happen,
and this could lead to a situation where the sticky wsrep_aborter
mark prevents any further attempt to BF abort this transaction.

This commit fixes this issue, and resets wsrep_aborter after
unsuccesful BF abort attempt.

Reviewed-by: Jan Lindström <jan.lindstrom@mariadb.com>
2023-01-13 13:11:03 +02:00
..
archive Merge branch '10.3' into 10.4 2023-01-10 21:04:17 +01:00
blackhole Merge 10.3 into 10.4 2020-11-03 14:49:17 +02:00
cassandra Merge 10.3 into 10.4 2021-11-29 10:59:22 +02:00
connect Merge branch '10.3' into 10.4 2023-01-10 21:04:17 +01:00
csv Merge branch 'bb-10.3-release' into bb-10.4-release 2021-02-12 17:44:22 +01:00
example Merge 10.3 into 10.4 2022-02-21 14:10:27 +03:00
federated MDEV-14907 FEDERATEDX doesn't respect DISTINCT 2022-01-05 16:52:39 +02:00
federatedx Merge branch '10.3' into 10.4 2022-10-26 14:55:47 +02:00
heap Merge branch '10.3' into 10.4 2022-07-27 11:02:57 +02:00
innobase MDEV-29684 Fixes for cluster wide write conflict resolving 2023-01-13 13:11:03 +02:00
maria Merge 10.3 into 10.4 2023-01-03 16:10:02 +02:00
mroonga Merge 10.3 into 10.4 2022-10-13 16:50:26 +03:00
myisam Merge 10.3 into 10.4 2023-01-03 16:10:02 +02:00
myisammrg Merge branch '10.3' into 10.4 2020-08-03 14:44:06 +02:00
oqgraph Merge 10.3 into 10.4 2021-11-29 10:59:22 +02:00
perfschema Merge 10.3 into 10.4 2023-01-13 09:28:25 +02:00
rocksdb Merge branch '10.3' into 10.4 2023-01-10 21:04:17 +01:00
sequence Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
sphinx Merge branch '10.3' into 10.4 2022-10-26 14:55:47 +02:00
spider Merge branch '10.3' into 10.4 2023-01-10 21:04:17 +01:00
test_sql_discovery MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tokudb Merge branch '10.3' into 10.4 2023-01-10 21:04:17 +01:00