chenBright commented on issue #3132: URL: https://github.com/apache/brpc/issues/3132#issuecomment-3545907886
> 本端的IBV_SEND_SOLICITED设置后影响的应当是对端是否在comp channel上生成一个event以触发poll_cq,这个问题看起来是本端一直没有event产生,导致没法进入poll_cq流程? 是的,问题是本端没有send CQE产生。 [Solicited Event文档](https://www.rdmamojo.com/2014/05/27/solicited-event/)提到,IBV_SEND_SOLICITED是在对端的comp channel的生成event。我测过,本端是没有event的,所以不会PollCq。 -- 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]
