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。 请问你们那边使用情况怎么样,rdma这块还稳定吗? -- 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