-
Notifications
You must be signed in to change notification settings - Fork 6
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
hangs on executing Q10 SELECT avg(cnt) FROM (SELECT Year,Month,count(*) AS cnt FROM default.ontime WHERE DepDel15=1 GROUP BY Year,Month) a; #106
Comments
flaneur2020
changed the title
hangs on executing SELECT avg(cnt) FROM (SELECT Year,Month,count(*) AS cnt FROM default.ontime WHERE DepDel15=1 GROUP BY Year,Month) a;
hangs on executing Q10 SELECT avg(cnt) FROM (SELECT Year,Month,count(*) AS cnt FROM default.ontime WHERE DepDel15=1 GROUP BY Year,Month) a;
Aug 23, 2022
So it's related to cluster query? |
I guess so, the query get hangs without returns an empty response with query ID. |
let me upgrade to 0.8.5-nightly and retry again |
the issue still same at 0.8.5-nightly with a 2 instances cluster, also get no query id responded. |
maybe related: databendlabs/databend#7280 |
This was referenced Aug 26, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cluster: 2 instances.
hangs on start query , and without query ID returned at all.
The text was updated successfully, but these errors were encountered: