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

execution: go routine leak when executing explain analyze #14125

Closed
fzhedu opened this issue Dec 18, 2019 · 0 comments · Fixed by #14127
Closed

execution: go routine leak when executing explain analyze #14125

fzhedu opened this issue Dec 18, 2019 · 0 comments · Fixed by #14127
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.

Comments

@fzhedu
Copy link
Contributor

fzhedu commented Dec 18, 2019

Bug Report

Please answer these questions before submitting your issue. Thanks!

  1. What did you do?
    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.

  1. What did you expect to see?
    no leak

  2. What did you see instead?
    leak

  3. What version of TiDB are you using (tidb-server -V or run select tidb_version(); on TiDB)?
    +------------------------------------------------+
    | version() |
    +------------------------------------------------+
    | 5.7.25-TiDB-v4.0.0-alpha-1178-g5940bb2ce-dirty |
    +------------------------------------------------+

@fzhedu fzhedu added type/bug The issue is confirmed as a bug. sig/execution SIG execution labels Dec 18, 2019
@SunRunAway SunRunAway added the priority/release-blocker This issue blocks a release. Please solve it ASAP. label Dec 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants