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

   <!-- 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.
   
   ## Ask your question here
   Dubbo:3.1.9
   
   Dubbo3.1.9 线程池大小默认100(非文档的200) 且自定义threads不生效
   启动服务 通过调试发现
   
   首先执行了AbstractServer构造函数 此时参数为配置的threads参数
   
![image](https://user-images.githubusercontent.com/15622677/236124448-af45aef5-c479-42c8-9361-28aa7e189020.png)
   
![image](https://user-images.githubusercontent.com/15622677/236124530-b8084bd5-27b2-446d-89e5-2f11c1e616d3.png)
   
   DefaultExecutorRepository.updateThreadpool
   
![image](https://user-images.githubusercontent.com/15622677/236125288-40c319e8-d165-4ccf-884a-9e060d1f8786.png)
   
   
   然后执行了ConfigurableMetadataServiceExporter类的buildServiceConfig方法 又被覆盖为100
   
![image](https://user-images.githubusercontent.com/15622677/236124578-ec37a7f7-c245-4d1b-992e-03e9d9442302.png)
   DefaultExecutorRepository.updateThreadpool
   
![image](https://user-images.githubusercontent.com/15622677/236125394-cb2d3c9e-46cb-46a7-add4-adb1d318d12f.png)
   
   
   


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