-
Notifications
You must be signed in to change notification settings - Fork 409
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
MPP tasks may leak threads forever #4238
Labels
affects-5.0
affects-5.1
affects-5.2
affects-5.3
affects-5.4
severity/major
type/bug
The issue is confirmed as a bug.
Comments
bestwoody
changed the title
MppTunnel and its consumer will not be closed as expected when MppTunnel received cancel request before consumer connects it.
MppTunnel and its consumer will not be closed as expected ocasionally when cancel
Mar 14, 2022
12 tasks
bestwoody
changed the title
MppTunnel and its consumer will not be closed as expected ocasionally when cancel
MPP tasks may leak threads forever
Mar 14, 2022
ti-chi-bot
pushed a commit
that referenced
this issue
Mar 15, 2022
JaySon-Huang
pushed a commit
to JaySon-Huang/tiflash
that referenced
this issue
Mar 17, 2022
12 tasks
This was referenced Apr 13, 2022
windtalker
pushed a commit
to windtalker/tiflash
that referenced
this issue
Apr 14, 2022
12 tasks
windtalker
added a commit
that referenced
this issue
Apr 14, 2022
close #4238 Co-authored-by: bestwoody <[email protected]>
ti-chi-bot
added a commit
that referenced
this issue
Apr 14, 2022
ti-chi-bot
added a commit
that referenced
this issue
Apr 14, 2022
ti-chi-bot
added a commit
that referenced
this issue
Jun 15, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-5.0
affects-5.1
affects-5.2
affects-5.3
affects-5.4
severity/major
type/bug
The issue is confirmed as a bug.
Bug Report
MPP tasks may leak threads forever
1. Minimal reproduce step (Required)
1.Do a lot of query between multiple TIFlash nodes.
2. Kill a TiFlash process at the same time.
3.use pstack to find that MppTunnel and its consumer will not be closed as expected when MppTunnel received cancel request before consumer connects it. You can also print some log to find that.
2. What did you expect to see? (Required)
MppTunnel and its consumer will be closed as expected when MppTunnel received cancel request before consumer connects it.
3. What did you see instead (Required)
MppTunnel and its consumer did not be closed as expected when MppTunnel received cancel request before consumer connects it.
4. What is your TiFlash version? (Required)
6.0.0 alpha
The text was updated successfully, but these errors were encountered: