guocanwen opened a new issue #962: brpc block timeout URL: https://github.com/apache/incubator-brpc/issues/962 我们的服务A会通过brpc(采用h2:grpc,连接类型single的方式)请求并发访问多个server C的多个实例(A到C的每个实例都是单独的stub和channel,没有使用brpc的节点管理和服务发现)。在server C的一个实例X异常退出之后,A中的出现很多连接超时的现象(即使在超时关掉和X的连接之后,还是持续出现)。这个和window size有关系吗?还是brpc里面有些静态全局的数据结构,线程数等?我们使用的brpc版本是0.9.5 谢谢!
---------------------------------------------------------------- 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]
