成人在线亚洲_国产日韩视频一区二区三区_久久久国产精品_99国内精品久久久久久久

您的位置:首頁技術(shù)文章
文章詳情頁

java - GRPC服務(wù)不穩(wěn)定

瀏覽:65日期:2023-11-07 11:16:26

問題描述

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: 拒絕連接:

調(diào)用遠(yuǎn)程服務(wù) GRPC不定期報(bào)異常

請問是什么情況???

問題解答

回答1:

每次new了stub 建立了過多的連接 沒有復(fù)用 導(dǎo)致錯(cuò)誤改為static 問題解決

標(biāo)簽: java
相關(guān)文章: