TousakaRin commented on issue #1870:
URL: 
https://github.com/apache/incubator-brpc/issues/1870#issuecomment-1207770415

   检查一下是否有Socket[xxx] isolated by circuit breaker 
的log,brpc的默认重连方式只需要tcp能够建立连接,有可能熔断之后又恢复了。
   另外connections监控页面也可以检查各个连接的健康状况。
   
   连接超时的熔断需要用iptables drop掉对应端口的包,直接sleep是不行的


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to