diff options
author | Kristian Nielsen <knielsen@knielsen-hq.org> | 2015-05-26 12:47:35 +0200 |
---|---|---|
committer | Kristian Nielsen <knielsen@knielsen-hq.org> | 2015-05-26 13:04:15 +0200 |
commit | e5f1e841dc32ccb8e8630876e8073efd778d3efd (patch) | |
tree | d56611270886a591627a8c59ce7747f14a2a6679 /pcre | |
parent | ef99edf1a87d5234cf0dd8d496f0adfbf4040dad (diff) | |
download | mariadb-git-e5f1e841dc32ccb8e8630876e8073efd778d3efd.tar.gz |
MDEV-8147: Assertion `m_lock_type == 2' failed in handler::ha_close() during parallel replication
When the slave processes the master restart format_description event,
parallel replication needs to complete any prior events before processing
the restart event (which closes temporary tables and such stuff).
This happens in wait_for_workers_idle(), however it was not waiting long
enough. The wait was using wait_for_prior_commit(), but at that points table
can still be open. This lead to assertion in this case.
So change wait_for_workers_idle() to wait until all worker threads have
reached finish_event_group(), at which point all tables should have been
closed.
Diffstat (limited to 'pcre')
0 files changed, 0 insertions, 0 deletions