fanfanyimeng commented on issue #12858:
URL: https://github.com/apache/dubbo/issues/12858#issuecomment-1685564945

   我是3.1.11也遇到了这个问题
   org.apache.dubbo.rpc.RpcException: Failed to invoke the method 
getUserByUserId in the service 
com.moree.usrcenter.facade.service.UcUserFacadeV2. Tried 1 times of the 
providers [10.244.6.42:20902] (1/2) from the registry nacos-master:8848 on the 
consumer 10.244.21.191 using the dubbo version 3.1.1. Last error is: Failed to 
invoke remote method: getUserByUserId, provider: 
DefaultServiceInstance{serviceName='moree-usrcenter-provider', 
host='10.244.6.42', port=20902, enabled=true, healthy=true, 
metadata={dubbo.metadata-service.url-params={"connections":"1","version":"1.0.0","dubbo":"2.0.2","release":"3.1.1","side":"provider","port":"20902","protocol":"dubbo"},
 dubbo.endpoints=[{"port":20902,"protocol":"dubbo"}], 
dubbo.metadata.revision=7749d5159f9dee39348f07dc128cb26a, 
dubbo.metadata.storage-type=local, timestamp=1692276012519}}, cause: 
org.apache.dubbo.remoting.RemotingException: Server side(10.244.6.42,20902) 
thread pool is exhausted, detail msg:Thread pool is EXHAUSTED! Thread Name
 : dubbo-protocol-20902, Pool Size: 100 (**active: 100, core: 2, max: 100, 
largest: 100**), Task: 1862 (completed: 1762), Executor 
status:(isShutdown:false, isTerminated:false, isTerminating:false), in 
dubbo://10.244.6.42:20902!
   
   看起来
   
org.apache.dubbo.config.metadata.ConfigurableMetadataServiceExporter#buildServiceConfig
 这个方法中写死了
   
   
![image](https://github.com/apache/dubbo/assets/12932827/0cd7fc5d-827d-472c-b823-6f33be78f8e1)
   我看了3.2.0里面没有这个问题了,先扩容一下机器,回头升级3.2.0.


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