Skip to content
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

[v1.7.0-rc.1] MySQL binary logs grow fast and indefinitely in size #2402

Closed
TobiasGoerke opened this issue Mar 1, 2023 · 1 comment
Closed

Comments

@TobiasGoerke
Copy link

Having updated to Kubeflow 1.7, our mysql database ran out of storage within less than a day (20GB). I've doubled its storage just to see it run full again even sooner.

Upon investigation, it became obvious that mysql's binary logs, which are stored on the volume under /var/lib/mysql are to blame for this (see screenshot).

2023-03-01 07_49_42-linvm3686

I'm sure many Kubeflow users will have the same issue after updating. I'm suggesting to completely disabling binlogs using '--disable-log-bin'. Setting 'binlog-expire-logs' to 10 days, as set in pipelines didn't work for me as the storage ran full much sooner than that. Also, the patch was introduced in December and isn't included in the current RC.

@TobiasGoerke TobiasGoerke changed the title [v1.7.0-rc.1] MySQL binary logs are grow fast and indefinitely in size [v1.7.0-rc.1] MySQL binary logs grow fast and indefinitely in size Mar 1, 2023
@TobiasGoerke
Copy link
Author

Fixed with #8941. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant