[refactor](taskqueue) remove old task scheduler based wg (#30832)

---------

Co-authored-by: yiguolei <yiguolei@gmail.com>
This commit is contained in:
yiguolei
2024-02-05 18:22:01 +08:00
committed by yiguolei
parent cffe79feba
commit 2c99c53812
15 changed files with 8 additions and 372 deletions

View File

@ -162,9 +162,7 @@ void QueryContext::set_query_scheduler(uint64_t tg_id) {
doris::pipeline::TaskScheduler* QueryContext::get_pipe_exec_scheduler() {
if (_task_group) {
if (!config::enable_cgroup_cpu_soft_limit) {
return _exec_env->pipeline_task_group_scheduler();
} else if (_task_scheduler) {
if (_task_scheduler) {
return _task_scheduler;
}
}