nju2012zcl commented on issue #1089: brpc支持链接保活吗?怎么设置?
URL: https://github.com/apache/incubator-brpc/issues/1089#issuecomment-614518344
 
 
   client使用brpc的方式访问clb,clb再访问real 
server,现在的问题是clb会释放长时间静默的链接,client再次调用clb时clb也不返回rst(什么都不返回),导致client一直收到timeout。tcp重试十几分钟后,才会重建链接,恢复正常。
   
   所以希望brpc能够设置间隔一定时间ping一下clb;或者client能够主动断开连接,下次调用时再重连。

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to