chongg039 opened a new issue, #2453: URL: https://github.com/apache/brpc/issues/2453
**Describe the bug (描述bug)** 我们有一个场景是在容器中启动A和B两个服务,其中A在收到客户端请求后会建立到B的单连接,访问B的数据后返回给客户端,其中A访问B的过程是一个同步rpc。 我们在部分线上环境遇到了很奇怪的现象,即从客户端发起对A的访问后会hang住不返回,有以下调查: 1. 直接curl访问B的服务,正常。通过A转发访问B hang住不返回; 2. 抓包发现只有tcp三次握手的报文,没有数据报文 **To Reproduce (复现方法)** **Expected behavior (期望行为)** **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