-
Notifications
You must be signed in to change notification settings - Fork 1k
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
why does it takes 40sec for proxysql to pause #4832
Comments
Hard to guess , but I would bet on |
Yes, I have a big host, it has 40 cores and I would be using the entire host as a proxy, can something be done to expediate this, |
ok!
Having a quick lock at the code, it shouldn't take that long. |
here
also I am seeing two proxysql processes, this is normal right |
Two proxysql process is normal , the parent process monitor the child process. What proxysql package are you using? It seems all symbols are missing? Please use an official package.
|
I am on Azure Linux, I have to build proxysql from scratch , I don't think you guys build the official package for that, yes, we are making alot of admin connections to the proxysql, we have developed our own monitoring system for proxysql , I think we are only checking how many servers are connected that too every 1 minute I tried stopping our monitoring and then checking if anything changes, but its still taking 40 seconds |
I am testing proxysql and I found that proxysql consistently takes 40seconds to pause can you please explain why
here is the configs we are experimenting with
The text was updated successfully, but these errors were encountered: