chenBright commented on issue #2384: URL: https://github.com/apache/brpc/issues/2384#issuecomment-1726806287
SingleServer场景下,只要到server的Socket Failed了且没恢复,就会出现112了 https://github.com/apache/brpc/blob/0ef35f3498dbfbdef3d8dcda62e815c1b1e06d37/src/brpc/controller.cpp#L1045-L1055 而POOLED下,连续n次连接超时,会将main Socket SetFailed https://github.com/apache/brpc/blob/0ef35f3498dbfbdef3d8dcda62e815c1b1e06d37/src/brpc/socket.cpp#L1469-L1480 https://github.com/apache/brpc/blob/0ef35f3498dbfbdef3d8dcda62e815c1b1e06d37/src/brpc/controller.cpp#L737-L745 -- 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 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