yanglimingcn commented on code in PR #2962:
URL: https://github.com/apache/brpc/pull/2962#discussion_r2065819270
##########
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
--
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]