yanglimingcn commented on code in PR #2962:
URL: https://github.com/apache/brpc/pull/2962#discussion_r2065746734
##########
src/brpc/rdma/block_pool.cpp:
##########
@@ -378,6 +378,9 @@ void RecycleAll() {
IdleNode* node = tls_idle_list;
tls_idle_list = node->next;
Region* r = GetRegion(node->start);
+ if (!r) {
Review Comment:
什么情况会触发这个bug呢?感觉只有node->start写错了的时候才有,正常不会有?
--
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]