zhangqiongyu commented on code in PR #2962: URL: https://github.com/apache/brpc/pull/2962#discussion_r2065907063
########## 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: > 希望能了解一下根音,否则可能有潜在的bu 我们业务量不是很大,目前看稳定性还是可以的。用了半年左右,基本没出什么大问题。但是没有条件进行更高并发的生产环境测试(业务目前看起来也不会大扩张,生产机器有限),所以极限情况下的压榨情况,还得看看有没有大佬们实际使用过 -- 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