CycleMaker opened a new issue, #13605:
URL: https://github.com/apache/dubbo/issues/13605

   <!-- If you need to report a security issue please visit 
https://github.com/apache/dubbo/security/policy -->
   
   - [☑️] I have searched the [issues](https://github.com/apache/dubbo/issues) 
of this repository and believe that this is not a duplicate.
   
   ### Environment
   
   * Dubbo version: 3.2
   * Operating System version: macos
   * Java version: 1.8
   
   ### Steps to reproduce this issue
   在线程池满时有几率不生成堆栈
   
   
   ### Expected Behavior
   每隔10分钟生成堆栈
   
   ### Actual Behavior
   有时会不生成堆栈
   
   ### 原因分析
   
源码:https://github.com/apache/dubbo/blob/3.2/dubbo-common/src/main/java/org/apache/dubbo/common/threadpool/support/AbortPolicyWithReport.java
   
   原因是https://github.com/apache/dubbo/issues/13042 这一次改动忘记释放锁
   
![image](https://github.com/apache/dubbo/assets/133181918/357d25d2-cc42-4bbd-b0c5-6cceb2f75543)
   
   ### 改进代码
   https://github.com/apache/dubbo/pull/13604
   
   


-- 
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.

To unsubscribe, e-mail: [email protected]

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to