Skip to content

MDEV-40667 Infinite loop on SET GLOBAL innodb_log_archive=ON - #5511

Open
dr-m wants to merge 1 commit into
13.0from
MDEV-40667
Open

MDEV-40667 Infinite loop on SET GLOBAL innodb_log_archive=ON#5511
dr-m wants to merge 1 commit into
13.0from
MDEV-40667

Conversation

@dr-m

@dr-m dr-m commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

log_t::set_archive(): Always invoke buf_flush_wait(wait_lsn, false) on the latest sampled get_lsn(), so that if a checkpoint is possible, one will be executed.

This fixes up #4405.

log_t::set_archive(): Always invoke buf_flush_wait(wait_lsn, false)
on the latest sampled get_lsn(), so that if a checkpoint is
possible, one will be executed.
@dr-m
dr-m requested a review from Thirunarayanan August 7, 2026 14:06
@dr-m dr-m self-assigned this Aug 7, 2026
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@dr-m

dr-m commented Aug 7, 2026

Copy link
Copy Markdown
Contributor Author

This is being tested in 75833f9 of #4817. In the Buildbot grid view the test mariabackup.huge_lsn,SERVER,strict_full_crc32 is failing most of the time on many targets. https://buildbot.mariadb.org/#/builders/1264/builds/702 is an example where this test no longer fails, even though it used to fail reliably.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants