You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are submitting a reproducible bug report, please provide:
A clear description of the issue
I run proxysql in a Kubernetes StatefulSet and have been noticing quite a lot of restarts recently. I have the crash error but at the moment I don't have any good idea on the cause. I can't tie it to any specific application behavior yet anyway.
ProxySQL version
# proxysql --version
2024-11-25 22:38:11 [INFO] Using jemalloc with MALLOC_CONF: config.xmalloc:1, lg_tcache_max:16, opt.prof_accum:1, opt.prof_leak:1, opt.lg_prof_sample:20, opt.lg_prof_interval:30, rc:0
ProxySQL version 2.7.1-16-g2726c27, codename Truls
OS version
# uname -a
Linux proxysql-0 5.15.0-1073-azure #82-Ubuntu SMP Mon Sep 2 11:36:34 UTC 2024 x86_64 GNU/Linux
The steps to reproduce the issue
The full ProxySQL error log (default location: /var/lib/proxysql/proxysql.log)
The package used to install ProxySQL
ProxySQL is installed via a Helm chart I maintain.
The compressed proxysql binary
The compressed core dump (Note: if you're worried it may contain sensitive data, please contact us for information on sharing it securely: https://proxysql.com/contact-us/)
Is there any guidance available on getting a proxysql core dump from an ephemeral container?
If the above information is not provided, this issue is likely to be closed.
for crashing issues of this type, either a reproduction case or at least coredumps are required to perform an investigation. Just a fraction of the error log with the backtrace (the issue template also specifies the full error log) isn't sufficient, coredumps for ProxySQL are no different to any other applications, and their collection is also like for any other application.
Hello we have the same issue on version 2.7.0 and afterwards proxysql process dies. I see that for us to take core dumps we need to do it while process is running. Since this happens randomly and we need to have the coredump running until it does that has the risk of filling up the disk. Is there another way to do coredumps? Or some other command we can do?
@flmmartins : a core dump is automatically generated by the Linux kernel when a program crashes.
The link you referenced to is to create core dump on demand , not on crash.
Please consult your specific OS documentation on how to enable core dump when a program crashes, if core dump on crashes are not enabled.
If you are submitting a reproducible bug report, please provide:
A clear description of the issue
I run proxysql in a Kubernetes StatefulSet and have been noticing quite a lot of restarts recently. I have the crash error but at the moment I don't have any good idea on the cause. I can't tie it to any specific application behavior yet anyway.
ProxySQL version
The steps to reproduce the issue
The full ProxySQL error log (default location:
/var/lib/proxysql/proxysql.log
)If this is a crashing bug, please also include:
The package used to install ProxySQL
ProxySQL is installed via a Helm chart I maintain.
The compressed proxysql binary
The compressed core dump (Note: if you're worried it may contain sensitive data, please contact us for information on sharing it securely: https://proxysql.com/contact-us/)
Is there any guidance available on getting a proxysql core dump from an ephemeral container?
If the above information is not provided, this issue is likely to be closed.
Please use markdown to format any code or SQL: https://guides.github.com/features/mastering-markdown/
Thank you!
The text was updated successfully, but these errors were encountered: