Skip to content
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

proxysql:2.5.3 "2024-12-16 19:02:16 MySQL_Session.cpp:7861:unable_to_parse_set_statement(): [WARNING] Unable to parse unknown SET query from client 10.152.170.121:60142. Setting lock_hostgroup. Please report a bug for future enhancements:SET SESSION cte_max_recursion_depth=1000000" #4773

Open
2 tasks
Hitesh-Agrawal opened this issue Dec 17, 2024 · 0 comments

Comments

@Hitesh-Agrawal
Copy link

If you are submitting a reproducible bug report, please provide:

  • Getting below error in ProxySQL Version 2.5.3 which is a proxy for backend MySQL AWS RDS with EngineVersion: 8.0.mysql_aurora.3.05.2
  • [
  • ProxySQL version :2.5.3

Config:
mysql_servers =
(
{ address="rds-cluster-XXXXXXX.cluster-ro-XXXXXXXXXXX.eu-central-1.rds.amazonaws.com", port=3306, hostgroup=10, max_connections=128 },
{ address="rds-cluster-XXXXXXX.cluster-XXXXXXXXXXX.eu-central-1.rds.amazonaws.com", port=3306, hostgroup=20, max_connections=128 },
)

mysql_query_rules =
(
{
rule_id=100
active=1
match_pattern="^SELECT .* FOR UPDATE"
destination_hostgroup=20
apply=1
},
{
rule_id=200
active=1
match_pattern="^SELECT ."
destination_hostgroup=10
apply=1
},
{
rule_id=300
active=1
match_pattern="^SHOW .
"
destination_hostgroup=10
apply=1
},
{
rule_id=400
active=1
match_pattern=".*"
destination_hostgroup=20
apply=1
}
)

Error: "
2024-12-16 19:02:16 MySQL_Session.cpp:7861:unable_to_parse_set_statement(): [WARNING] Unable to parse unknown SET query from client 10.152.170.121:60142. Setting lock_hostgroup. Please report a bug for future enhancements:SET SESSION cte_max_recursion_depth=1000000"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant