You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/08/16 03:42:59 UTC

[GitHub] [dubbo] 673885125 opened a new issue, #10466: dubbo 3.0.9 dubbo.protocol.threads 线程数量不生效

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

   dubbo 3.0.9
   jdk1.8
   
   dubbo.protocol.threads=200,设置线程数量,爆出线程满了,池子容量最大在100
   
   org.apache.dubbo.config.metadata.ConfigurableMetadataServiceExporter.buildServiceConfig 这个方法中对线程数量做了指定在100
   
   org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository.updateThreadpool 这个方法把设置的200线程数量进行更换
   
   
   
   


-- 
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: notifications-unsubscribe@dubbo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] AlbumenJ closed issue #10466: dubbo 3.0.9 dubbo.protocol.threads 线程数量不生效

Posted by GitBox <gi...@apache.org>.
AlbumenJ closed issue #10466: dubbo 3.0.9 dubbo.protocol.threads 线程数量不生效
URL: https://github.com/apache/dubbo/issues/10466


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org