52coder opened a new issue, #1855:
URL: https://github.com/apache/incubator-brpc/issues/1855

   **Describe the bug (描述bug)**
   
   brpc默认熔断ChannelOptions.timeout_ms < ChannelOptions.connect_timeout_ms时熔断生效
   
   **To Reproduce (复现方法)**
   connect_timeout_ms 默认设置  200ms
   下游服务timeout_ms 80ms,使用list配置下游ip
   ```
   "list://10.xxx.xxx.xxx:8105,10.xxx.xxx.xxx:8105"
   ```
   持续发送请求到下游服务,kill掉其中一台机器上的服务
   
   **Expected behavior (期望行为)**
   期望结果:不会触发熔断,两台机器都会有流量过来,服务这个时候失败率50%
   实际结果:触发熔断,被kill服务的机器没有流量。
   **Versions (各种版本)**
   OS:
   Compiler:
   brpc:
   protobuf:
   
   **Additional context/screenshots (更多上下文/截图)**
   
   


-- 
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: dev-unsubscr...@brpc.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to