Skip to content
Permalink
Browse files
Fixes to streaming replication BF aborts
The InnoDB DeadlockChecker::check_and_resolve() was missing a
call to wsrep_handle_SR_rollback() in the case when the
transaction running deadlock detection was chosen as victim.

Refined wsrep_handle_SR_rollback() to skip store_globals() calls
if the transaction was BF aborting itself.

Made mysql-wsrep-features#165 more deterministic by waiting until
the update is in progress before sending next update.
  • Loading branch information
temeo authored and Jan Lindström committed Feb 25, 2019
1 parent 31b65d3 commit 6edfeb8
Show file tree
Hide file tree
Showing 5 changed files with 314 additions and 4 deletions.

0 comments on commit 6edfeb8

Please sign in to comment.