-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a repair issue when using MariaDB is affected by MDEV-25020 #87040
Conversation
…iadb.org/browse/MDEV-25020 MariaDB fixed this in 10.5.17, 10.6.9, 10.7.5, 10.8.4. Previous version would have history and purge queries running for hours which consumed all the available I/O and could make the whole system unstable closes home-assistant#83787
Hey there @home-assistant/core, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @bdraco 👍
../Frenck
@bdraco Just curious, have this been verified to affect MariaDB 10.3 too? Reading the MariaDB issue it sounds like it could be a regression in 10.5 and newer, but it's not really clear. 🤔 |
There are performance problems with purging on any version before 10.6.9. You'll probably never notice them if you have tiny database though (most people who migrated to MySQL did so because they have a large dataset though), but if your database ever grows to multi-gigabytes make sure you have 10.6.9+ |
Needs to wait for the MariaDB addon to be updated from 10.6.8 to 10.6.10 since users can't do much about this if they are using the addon.Proposed change
https://jira.mariadb.org/browse/MDEV-25020
MariaDB fixed this in 10.5.17, 10.6.9, 10.7.5, 10.8.4. Previous versions would have history and purge queries running for hours which consumed all the available I/O and could make the whole system unstable.
closes #83787
Type of change
Additional information
Checklist
black --fast homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
..coveragerc
.To help with the load of incoming pull requests: