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

[Bug] Thread leak exists when rocketmq consumer was shutdown #3707

Closed
2 tasks done
willimpo opened this issue Apr 12, 2023 · 1 comment · Fixed by #3708
Closed
2 tasks done

[Bug] Thread leak exists when rocketmq consumer was shutdown #3707

willimpo opened this issue Apr 12, 2023 · 1 comment · Fixed by #3708
Assignees
Labels
bug Something isn't working
Milestone

Comments

@willimpo
Copy link
Contributor

Search before asking

  • I had searched in the issues and found no similar issues.

Environment

Linux

EventMesh version

master

What happened

In my case,I use rocketmq as eventmesh storage,and consumer groups are frequently started and shutdown.

I found the number of threads in the process continues to increase,and eventually led to Full GC

How to reproduce

1 use rocketmq as storage plugin
2 start consumer
3 shutdown the consumer
4 loop step2 and step3 and finally we will get fullgc

Debug logs

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!
@willimpo willimpo added the bug Something isn't working label Apr 12, 2023
@willimpo willimpo changed the title [Bug] threadPool leak exists when rocketmq consumer was shutdown [Bug] Thread leak exists when rocketmq consumer was shutdown Apr 12, 2023
@github-actions
Copy link
Contributor

Welcome to the Apache EventMesh community!!
We are glad that you are contributing by opening this issue. :D

Please make sure to include all the relevant context.
We will be here shortly.

If you are interested in contributing to our project, please let us know!
You can check out our contributing guide on contributing to EventMesh.

Want to get closer to the community?

WeChat Assistant WeChat Public Account Slack
Join Slack Chat

Mailing Lists:

Name Description Subscribe Unsubscribe Archive
Users User support and questions mailing list Subscribe Unsubscribe Mail Archives
Development Development related discussions Subscribe Unsubscribe Mail Archives
Commits All commits to repositories Subscribe Unsubscribe Mail Archives
Issues Issues or PRs comments and reviews Subscribe Unsubscribe Mail Archives

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants