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参数   DefaultExecutorRepository.updateThreadpool  然后执行了ConfigurableMetadataServiceExporter类的buildServiceConfig方法 又被覆盖为100  DefaultExecutorRepository.updateThreadpool  -- 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]
