zhaoyuguang opened a new issue #5008:
URL: https://github.com/apache/skywalking/issues/5008


   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [x] Question or discussion
   - [ ] Bug
   - [ ] Requirement
   - [ ] Feature or performance improvement
   
   ___
   ### Question
   Java agent memory leak when enhance `Worker thread` at use Thread Pool
   
   #### Example
   ``` java
       ThreadPoolTaskExecutor executor = new ThreadPoolTaskExecutor();
       executor.setThreadFactory(r -> new Thread(RunnableWrapper.of(r)));
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to