java - GRPC服务不稳定
PHP中文网
PHP中文网 2017-06-12 09:25:20
0
1
1530

io.grpc.StatusRuntimeException: UNKNOWN: Exception calling application: <_Rendezvous of RPC that terminated with (StatusCode.UNAVAILABLE, Endpoint read failed)>

RPC failed: Status{code=UNAVAILABLE, description=null, cause=java.net.ConnectException: 拒绝连接:

调用远程服务 GRPC不定期报异常

请问是什么情况???

PHP中文网
PHP中文网

认证高级PHP讲师

全部回复(1)
世界只因有你

每次new了stub 建立了过多的连接 没有复用 导致错误
改为static 问题解决

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责声明 Sitemap
PHP中文网:公益在线PHP培训,帮助PHP学习者快速成长!