-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Java agent memory leak when enhance Worker thread at use Thread Pool
#5009
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
Java agent memory leak when enhance Worker thread at use Thread Pool
#5009
Conversation
…ang/zhaoyuguang_001 # Conflicts: # docs/en/FAQ/README.md
Codecov Report
@@ Coverage Diff @@
## master #5009 +/- ##
============================================
+ Coverage 52.80% 52.83% +0.03%
- Complexity 2916 2919 +3
============================================
Files 1400 1400
Lines 30421 30415 -6
Branches 3389 3389
============================================
+ Hits 16064 16071 +7
+ Misses 13555 13543 -12
+ Partials 802 801 -1
Continue to review full report at Codecov.
|
| ### Resolve | ||
|
|
||
| * When using `Thread Schedule Framework` | ||
| Checked SkyWalking Thread Schedule Framework at [SkyWalking Java agent supported list](../setup/service-agent/java-agent/Supported-list.md), such as Spring FrameWork @Async, such as Spring @Async, which can implement tracing without any modification. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Checked SkyWalking Thread Schedule Framework at [SkyWalking Java agent supported list](../setup/service-agent/java-agent/Supported-list.md), such as Spring FrameWork @Async, such as Spring @Async, which can implement tracing without any modification. | |
| Checked SkyWalking Thread Schedule Framework at [SkyWalking Java agent supported list](../setup/service-agent/java-agent/Supported-list.md), such as Spring FrameWork @Async, which can implement tracing without any modification. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
|
InfluxDB e2e has a little issue, I have informed @dmsolr. If those fail, still merge the PR, please. |
Java agent memory leak when enhance
Worker threadat use Thread Pool #5008