MDEV-8268: InnoDB: Assertion failure in file buf0buf.cc line 5842 failing...
MDEV-8268: InnoDB: Assertion failure in file buf0buf.cc line 5842 failing assertion ut_a(free_slot != NULL); Analysis: Problem is that there is not enough temporary buffer slots for pending IO requests. Fixed by allocating same amount of temporary buffer slots as there are max pending IO requests.
Showing
Please register or sign in to comment