Tuvie commented on issue #2265:
URL: https://github.com/apache/brpc/issues/2265#issuecomment-1648982312

   Close Socket的原因是检查到rpc消息格式错误。
   Close Socket后触发client做健康检查(Checking Socket),tcp建连成功则认为健康检查通过(Revived 
Socket)。但是这个健康检查连接会直接close掉。但是server还是会准备rdma握手逻辑(start 
handshake)因为server不知道这是一个健康检查连接。但是因为client自己close了这个连接,所以server的握手失败(Got 
EOF)。后面的这个状态是没问题的。
   
   根本的问题还是在rpc消息格式错误这里。


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