You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
通过dubbo-go客户端调用java提供的dubbo服务,报“No provider is available because can't connect server” 这种奇怪错误(偶现的,感觉机器负载压力高的时候会出现),查不到相关资料,在容器内部 telnet 命令访问目标dubbo服务的ip和端口是能正常通信的,dubbo管控台也正常体现provider的服务
Logs
Click me to check logs
Failed to invoke the method getHealthyEnvConfigListByShowTypeV2 of the service com.aaaa.bbbb.healthy.HealthyService .No provider is available because can't connect server.
The text was updated successfully, but these errors were encountered:
Failed to invoke the method batchPkgUpgradeByRange of the service com.xxx.xxx.xx.IUpgradeService .No provider is available because can't connect server.
dubbo-go源码中的代码位置:
cluster/cluster_impl/failover_cluster_invoker.go:49
日志打印代码:
"Failed to invoke the method %s of the service %s .No provider is available because can't connect server."
Environment
Issue description
通过dubbo-go客户端调用java提供的dubbo服务,报“No provider is available because can't connect server” 这种奇怪错误(偶现的,感觉机器负载压力高的时候会出现),查不到相关资料,在容器内部 telnet 命令访问目标dubbo服务的ip和端口是能正常通信的,dubbo管控台也正常体现provider的服务
Logs
Click me to check logs
The text was updated successfully, but these errors were encountered: