We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I found a bug, not just asking a question, which should be created in GitHub Discussions.
I have searched the GitHub Issues and GitHub Discussions of this repository and believe that this is not a duplicate.
I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ.
any
Trace thread cannot be closed correctly, causing thread leakage when client shutdown
shutdown client
close the thread
not close the thread
No response
Before Creating the Bug Report
I found a bug, not just asking a question, which should be created in GitHub Discussions.
I have searched the GitHub Issues and GitHub Discussions of this repository and believe that this is not a duplicate.
I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ.
Runtime platform environment
any
RocketMQ version
any
JDK Version
any
Describe the Bug
Trace thread cannot be closed correctly, causing thread leakage when client shutdown
Steps to Reproduce
shutdown client
What Did You Expect to See?
close the thread
What Did You See Instead?
not close the thread
Additional Context
No response