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
First, I have to remind you that this project is deprecated, so there won't be much that we can do to help.
You are mentioning that the DB pool size is 4, but as you can see in the parameters you are limiting it to 1 (--sql_max_open_conns 1). I am not sure if using more would help or not.
The important thing would be to know if the server is just taking a long time to recover the state, but is not stuck, or if it is really stuck, say due to a deadlock? Since you run with profiling -m 8222, you could capture stack traces by pointing your browser (or curl) to that port with the stacksz endpoint: http://<host>:8222/stacksz and do 2 or 3 captures are 1 minute interval.
Startup is stuck on
deployment.yml
Connects few times successfully
but if restart the projects multiple times then it gets stock on STREAM: Recovering the state
DB pool size is 4
must be related to db connection
The text was updated successfully, but these errors were encountered: