imdouyu commented on issue #2922:
URL: https://github.com/apache/brpc/issues/2922#issuecomment-3592133654

   > > 半同步,有一个分片失败提前返回了,其余controller没有join,应该是这个问题导致的
   > 
   > 大佬能详细说一下问题的原因吗和规避方法吗,我这里也出现了一次这个core,但是还没找到明确的复现方法
   
   
可以看一下rpc的方式是同步/异步/半同步,我的场景是client对server的n个分片发起半同步rpc,join阶段检测到有分片失败直接返回,剩余分片的cntl没有join就释放了,对应的rsp返回后访问到已经释放的内存


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