execution: go routine leak when executing explain analyze #14125
Labels
priority/release-blocker
This issue blocks a release. Please solve it ASAP.
sig/execution
SIG execution
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
If possible, provide a recipe for reproducing the error.
step 1: load tpch sf=1 data;
step 2: explain analyze select l_partkey*200 from lineitem ;
step 3: kill tidb id
http://127.0.0.1:10080/debug/pprof/goroutine?debug=2
shows some active goroutine of projection
note: select l_partkey*200 from lineitem; runs correctly.
What did you expect to see?
no leak
What did you see instead?
leak
What version of TiDB are you using (
tidb-server -V
or runselect tidb_version();
on TiDB)?+------------------------------------------------+
| version() |
+------------------------------------------------+
| 5.7.25-TiDB-v4.0.0-alpha-1178-g5940bb2ce-dirty |
+------------------------------------------------+
The text was updated successfully, but these errors were encountered: