Open wangxin0529 opened 4 years ago
Without any detailed analysis (I don't see any error log attached), because the issue is solved restarting the app, it is likely that the problem is in the application.
@renecannao I'm sorry for taking so long to reply,because the frequency after this phenomenon becomes less frequent But now there are some similar errors While reporting the error, I observed the proxysql error log
This output seems to be actively doing some connection recovery
mysql version is percona5.6 proxysql version is v2.0.8
I set up three read nodes and one write nodes this is the user i set (hostgroup 2000 is read group bcz read qps more than wirte qps)
These are the variables I set
this is query_rules i set
the reason for this error is that the resultset of the previous query has not returned yet and the next query is started. When this error appeared, we restarted the application, and then the error disappeared.But after a while, there will still be this error
Do you have any idea to solve this problem?