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

   把  `unknown message` 之前的请求内容 dump 出来发现,其中一个 RdmaIOBuf 的内容发生了错位。
   
   假设接收到的 RdmaIOBuf 列表为 `[B1, B2, ..., Bn]`, 其中的内容代表一个 cut 出来的 RPC 
消息。则,现象是其中一个本应是当前 RPC 内容的 Bi 里面是第二个 RPC 的 RpcMeta 信息,计算 offset 刚好是错位一个 
RdmaIOBuf 大小:8160 字节。


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

Reply via email to