luwei16 commented on code in PR #11006: URL: https://github.com/apache/doris/pull/11006#discussion_r929724579
########## be/src/exec/olap_scan_node.cpp: ########## @@ -1503,6 +1503,7 @@ void OlapScanNode::transfer_thread(RuntimeState* state) { * 4. Regularly increase the priority of the remaining tasks in the queue to avoid starvation for large queries *********************************/ PriorityThreadPool* thread_pool = state->exec_env()->scan_thread_pool(); + PriorityThreadPool* s3_thread_pool = state->exec_env()->s3_scan_thread_pool(); Review Comment: done ########## be/src/runtime/exec_env.h: ########## @@ -200,6 +201,7 @@ class ExecEnv { // TODO(cmy): find a better way to unify these 2 pools. PriorityThreadPool* _scan_thread_pool = nullptr; + PriorityThreadPool* _s3_scan_thread_pool = nullptr; Review Comment: done -- 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