guocanwen opened a new issue #1093:
URL: https://github.com/apache/incubator-brpc/issues/1093
server端是brpc
client 采用h2:grpc
今天在异常情况下,好几台client直接FATAL掉:
[http2_rpc_protocol.cpp:1765] Check failed: h2_req
看代码
H2UnsentRequest* h2_req =
dynamic_cast<H2UnsentRequest*>(accessor.get_stream_user_data());
CHECK(h2_req);
要么accessor.get_stream_user_data() = nullptr,要么类型不匹配
都是什么情况下才能出现呢?
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]