diff options
author | Jan Lindström <jan.lindstrom@skysql.com> | 2014-06-28 13:53:18 +0300 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@skysql.com> | 2014-06-28 13:53:18 +0300 |
commit | b35c5912b651496ad5797bf85eaef3a431235e68 (patch) | |
tree | 4da06df7031f59ee1a91977ec65699b9053317d8 /storage/cassandra | |
parent | 36e86bac72ca42ba6537211f39dd0556d5dc1084 (diff) | |
download | mariadb-git-b35c5912b651496ad5797bf85eaef3a431235e68.tar.gz |
MDEV-6376: InnoDB: Assertion failure in thread 139995225970432
in file buf0mtflu.cc line 570.
Analysis: Real timing bug, we should take the mutex before we
try to send those shutdown messages, that would make sure
that threads doing a unfinished flush (they have acquired
this mutex) have time to do their work before we add shutdown
messages to work queue. Currently, we just add those shutdown
messages to work queue and code assumes that at flush, there
is constant number of items to be processed and thus
leading to assertion.
Diffstat (limited to 'storage/cassandra')
0 files changed, 0 insertions, 0 deletions