搜索

首页  >  问答  >  正文

java - GRPC服务不稳定

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中文网2746 天前1563

全部回复(1)我来回复

  • 世界只因有你

    世界只因有你2017-06-12 09:27:20

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

    回复
    0
  • 取消回复