yiguolei commented on code in PR #23983:
URL: https://github.com/apache/doris/pull/23983#discussion_r1317062208
##########
be/src/runtime/exec_env_init.cpp:
##########
@@ -229,12 +229,14 @@ Status ExecEnv::init_pipeline_task_scheduler() {
// TODO pipeline task group combie two blocked schedulers.
auto t_queue =
std::make_shared<pipeline::MultiCoreTaskQueue>(executors_size);
auto b_scheduler =
std::make_shared<pipeline::BlockedTaskScheduler>(t_queue);
- _pipeline_task_scheduler = new pipeline::TaskScheduler(this, b_scheduler,
t_queue);
+ _pipeline_task_scheduler = new pipeline::TaskScheduler(this, b_scheduler,
t_queue,
+
"TaskSchedulerThreadPoolWithoutGroup");
Review Comment:
The name is too long, maybe not display with top -H
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]