yiguolei commented on code in PR #25013: URL: https://github.com/apache/doris/pull/25013#discussion_r1339882263
########## be/src/service/internal_service.cpp: ########## @@ -1498,7 +1498,7 @@ void PInternalServiceImpl::request_slave_tablet_pull_rowset( rowset_meta->tablet_id(), node_id, true); }); if (!ret) { - offer_failed(response, done, _heavy_work_pool); Review Comment: not modify like this. move brpc::ClosureGuard closure_guard(done); to try offer code. -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org