-
Notifications
You must be signed in to change notification settings - Fork 999
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
Crashing bug in proxysql 2.4.1 on Amazon Linux 2 #3889
Comments
Although we can't reproduce a crash yet, we are able to reproduce an invalid memory read using this query:
According to valgrind:
|
We've had the same issue when upgrading to
Additionally we got a HUGE load average during this time frame: I've uploaded here an excerpt of 5 minutes before the incident. |
Hi @axl89
No, you didn't have the same issue, the backtrace is completely different. It is not the same issue, at all. ProxySQL cannot cause a load of 400. From manpage:
So it should be improbable that the load was caused by proxysql. Do you have a core dump?
Nothing relevant in it. Although, the excerpt contains 30 seconds before the incident, not 5 minutes. Also, is there any reason why are you using a DEBUG build? |
My bad, you're totally right. Let me know if you want me to open a new issue.
It's not the load average, it's the load average normalized per # of cpu cores, so the actual load average was actually way higher than 400. We will dive deeper into our observability tools to confirm what could have caused this.
I don't think so, but I will review the instance and come back to you if I have more details.
Well, that's actually very surprising and embarrassing. We made a big mistake on our upgrade process... thank you for pointing this out. |
Only if it is confirmed it is a bug, with a core dump. |
|
We're in the middle of trialing and rolling out proxysql for read replica connections to our AWS Aurora clusters. We're running proxysql 2.4.1 on Amazon Linux 2 (
cpe:2.3:o:amazon:amazon_linux:2
) installed fromproxysql-2.4.1-1-centos7.x86_64.rpm
distributed from GitHub.We're currently blocked as a result of a crashing bug killing the proxy process:
I've not been able to isolate a specific query that causes the crash. I've recovered core dumps but I'm not sure that I can share them as they may contain sensitive data, I'll need to verify on my side and will be in touch via https://proxysql.com/contact-us/
The text was updated successfully, but these errors were encountered: