diff options
author | Teemu Ollakka <teemu.ollakka@galeracluster.com> | 2020-07-23 23:05:47 +0300 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2020-07-24 13:26:21 +0300 |
commit | 1e2a4ed7ed41f3f6900e164dfad38c95d2af8b7b (patch) | |
tree | a3cafce294c5150b70052524bdc13b0855e8a02a /wsrep-lib | |
parent | 134a6a8d2f953a5634897b420b1302d32b0e53a7 (diff) | |
download | mariadb-git-1e2a4ed7ed41f3f6900e164dfad38c95d2af8b7b.tar.gz |
MDEV-21718 Assertion in wsrep::client_state::before_command().
An assertion
`server_state_.rollback_mode() == wsrep::server_state::rm_async`
fired in before_command() when
- thread-handling was set to pool-of-threads and
- a BF abort happened between client session calls to
wait_rollback_complete_and_acquire_ownership() and before_command().
This commit introduces a test case to reproduce the crash and
updates wsrep-lib submodule to fixed version.
Diffstat (limited to 'wsrep-lib')
m--------- | wsrep-lib | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/wsrep-lib b/wsrep-lib -Subproject 8ba574f7bf19bdc0de18e2225068c5a3f2dcdea +Subproject 3e5a28df32c85c7768dd84d1731ad4661bf9002 |