xinyiZzz commented on code in PR #9301: URL: https://github.com/apache/incubator-doris/pull/9301#discussion_r863570560
########## be/src/service/internal_service.cpp: ########## @@ -168,6 +167,7 @@ void PInternalServiceImpl<T>::tablet_writer_add_batch(google::protobuf::RpcContr // exhausted, so we put this to a local thread pool to process int64_t submit_task_time_ns = MonotonicNanos(); _tablet_worker_pool.offer([cntl_base, request, response, done, submit_task_time_ns, this]() { + SCOPED_SWITCH_BTHREAD(); Review Comment: you are right, fix. -- 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