You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Search before asking
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?
The text was updated successfully, but these errors were encountered: