Skip to content

Commit

Permalink
MDEV-33317 [Warning] InnoDB: Could not free any blocks in the buffer …
Browse files Browse the repository at this point in the history
…pool!

Let us suppress this timing-sensitive warning globally.
We added it in commit d34479d (MDEV-33053)
so that in case InnoDB hangs due to running out of buffer pool, there
would be a warning about it. On a heavily loaded system that is running
with a small buffer pool, these warnings may be occasionally issued
while page writes are in progress.
  • Loading branch information
dr-m committed Jan 26, 2024
1 parent c9c4f15 commit 220c0fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mysql-test/mariadb-test-run.pl
Original file line number Diff line number Diff line change
Expand Up @@ -4454,6 +4454,7 @@ ($$)
qr/InnoDB: Warning: a long semaphore wait:/,
qr/InnoDB: Dumping buffer pool.*/,
qr/InnoDB: Buffer pool.*/,
qr/InnoDB: Could not free any blocks in the buffer pool!/,
qr/InnoDB: Warning: Writer thread is waiting this semaphore:/,
qr/InnoDB: innodb_open_files .* should not be greater than/,
qr/Slave: Unknown table 't1' .* 1051/,
Expand Down

0 comments on commit 220c0fb

Please sign in to comment.