diff options
author | Thirunarayanan Balathandayuthapani <thiru@mariadb.com> | 2022-01-20 16:30:18 +0530 |
---|---|---|
committer | Thirunarayanan Balathandayuthapani <thiru@mariadb.com> | 2022-01-21 14:15:18 +0530 |
commit | 28e166d6435741c46e0ea789657b739f78eb0425 (patch) | |
tree | b290a6698ed3ae0609e1786b9ecd37f3369281e7 /Docs | |
parent | a0f711e928178b90523f62983ce0ee52d21a5824 (diff) | |
download | mariadb-git-28e166d6435741c46e0ea789657b739f78eb0425.tar.gz |
MDEV-26784 [Warning] InnoDB: Difficult to find free blocks in the buffer poolbb-10.5-MDEV-26784
Problem:
=======
InnoDB ran out of memory during recovery and it fails to
flush the dirty LRU blocks. The reason is that buffer pool
can ran out before the LRU list length reaches
BUF_LRU_OLD_MIN_LEN(256) threshold.
Fix:
====
During recovery, InnoDB should write out and evict all
dirty blocks.
Diffstat (limited to 'Docs')
0 files changed, 0 insertions, 0 deletions