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
A clear and concise description of what the bug is. If you have a solution in mind, skip raising an issue and open a pull request instead.
12816 --- [on(4)-127.0.0.1] o.a.c.loader.WebappClassLoaderBase : The web application [ROOT] appears to have started a thread named [AsyncReporter{org.springframework.cloud.sleuth.zipkin2.sender.RestTemplateSender@7e9eef7a}] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: sun.misc.Unsafe.park(Native Method)
Steps to Reproduce
Steps to reproduce the behavior:
Expected Behaviour
Zipkin is not working while kafka is running
The text was updated successfully, but these errors were encountered:
Thanks for the report. please update to latest sleuth just to get code aligned with the discussion.
Meanwhile...Spring should close threads via AsyncReporter being closeable and defined as a bean AFAIK.. unless the type returned must also be closeable (vs spring looking at subtypes) Am I correct @spencergibb?
Describe the Bug
A clear and concise description of what the bug is. If you have a solution in mind, skip raising an issue and open a pull request instead.
12816 --- [on(4)-127.0.0.1] o.a.c.loader.WebappClassLoaderBase : The web application [ROOT] appears to have started a thread named [AsyncReporter{org.springframework.cloud.sleuth.zipkin2.sender.RestTemplateSender@7e9eef7a}] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: sun.misc.Unsafe.park(Native Method)
Steps to Reproduce
Steps to reproduce the behavior:
Expected Behaviour
Zipkin is not working while kafka is running
The text was updated successfully, but these errors were encountered: