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
It is possible to set query timeout in mysql_query_rules. If timeout is set to a relatively high value, for example more than 35 minutes, then query is ending unexpectedly.
Steps to reproduce
Set query rules with timeout value equals to one hour.
INSERT INTO mysql_query_rules (rule_id,active,match_digest,destination_hostgroup,timeout,apply) VALUES (1,1,'^SELECT.*FOR UPDATE$',0,3600*1000,1), (2,1,'^SELECT',1,3600*1000,1);
load mysql query rules to runtime; save mysql query rules to disk;
Description of the issue
It is possible to set query timeout in
mysql_query_rules
. If timeout is set to a relatively high value, for example more than 35 minutes, then query is ending unexpectedly.Steps to reproduce
timeout
value equals to one hour.The version of OS and ProxySQL
The FULL error log
proxysql.log
The text was updated successfully, but these errors were encountered: