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

Under heavy load It is possible to overflow binlog counter #122

Open
ostinru opened this issue Aug 21, 2024 · 0 comments
Open

Under heavy load It is possible to overflow binlog counter #122

ostinru opened this issue Aug 21, 2024 · 0 comments

Comments

@ostinru
Copy link
Collaborator

ostinru commented Aug 21, 2024

In MySQL, if you rotate your binlogs every minutes, you will have problems after a little less than 2 years of uptime, more about this in the verified bug below. 1 of N
https://bugs.mysql.com/115861

Rational: there are 1,051,200 minutes in 2 years, and this bug triggers at binlog number 1M. 2 of N

source: https://x.com/jfg956/status/1826243621450137917

I think, that mysync can reset counter for this case / touch emergefile

screen

IMAGE 2024-08-21 23:02:47

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