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
Upgrading from Vitess 16.0.2 to 17.0.0-rc.1 we saw some query starting to fail with the error SQLSTATE[HY000]: General error: 1105 query arguments missing for product_user_product_id . Multiple requests are failing and they all have a JOIN it it. Here is a sample (reworked to avoid data leak)
Running an explain from MySQL:
{
"OperatorType":"Route",
"Variant":"EqualUnique",
"Keyspace":{
"Name":"commerce",
"Sharded":true
},
"FieldQuery":"select product_user.id from product_user, product where 1 != 1",
"Query":"select product_user.id from product_user, product where product_user.user_id = 'e2c4d5fb-9d00-4887-464e-e58f207bd7c9' and product_user.product_id = product.id",
"Table":"product_user, product",
"Values":[
":product_user_product_id"
],
"Vindex":"unicode_loose_md5"
}
Version: 17.0.0-rc1 (Git revision d0caade2b46addc0e1050c10867e8b187d2a1d03 branch 'heads/v17.0.0-rc1') built on Tue Jun 6 14:21:23 UTC 2023 by vitess@buildkitsandbox using go1.20.4 linux/amd64
Operating System and Environment details
Docker
Log Fragments
Reverting vtgate (only) to 16.0.2 fixes the issue. No log appears with useful informations.
The text was updated successfully, but these errors were encountered:
Overview of the Issue
Upgrading from Vitess 16.0.2 to 17.0.0-rc.1 we saw some query starting to fail with the error
SQLSTATE[HY000]: General error: 1105 query arguments missing for product_user_product_id
. Multiple requests are failing and they all have a JOIN it it. Here is a sample (reworked to avoid data leak)Running an explain from MySQL:
Running an explain from vtadmin fails with
With Vitess 16:
Reproduction Steps
vschema
:Binary Version
Version: 17.0.0-rc1 (Git revision d0caade2b46addc0e1050c10867e8b187d2a1d03 branch 'heads/v17.0.0-rc1') built on Tue Jun 6 14:21:23 UTC 2023 by vitess@buildkitsandbox using go1.20.4 linux/amd64
Operating System and Environment details
Log Fragments
The text was updated successfully, but these errors were encountered: