databend-perf
databend-perf copied to clipboard
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;
cluster: 2 instances.
hangs on start query , and without query ID returned at all.
So it's related to cluster query?
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: https://github.com/datafuselabs/databend/issues/7280