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
I don't know why but we noticed that PrepareCache in finagle-mysql does not send enough CloseRequests to match PrepareRequests when the cache's capacity gets reached. That leads to a growing number of prepared statements on server. We noticed that it lags behind at around 2-4 rps and this is the exact growth rate we see on the server.
However we see that only in production and I can't reproduce that locally.
Any ideas on why this could it happen?
Don't pay attention to the spikes, it's application restart
Environment
MySQL 8.0
Fiangle 21.8.0
The text was updated successfully, but these errors were encountered:
Hey folks!
I don't know why but we noticed that
PrepareCache
infinagle-mysql
does not send enoughCloseRequests
to matchPrepareRequests
when the cache's capacity gets reached. That leads to a growing number of prepared statements on server. We noticed that it lags behind at around 2-4 rps and this is the exact growth rate we see on the server.However we see that only in production and I can't reproduce that locally.
Any ideas on why this could it happen?
Don't pay attention to the spikes, it's application restart
Environment
MySQL 8.0
Fiangle 21.8.0
The text was updated successfully, but these errors were encountered: