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