yiguolei commented on code in PR #19734: URL: https://github.com/apache/doris/pull/19734#discussion_r1196544198
########## be/src/agent/task_worker_pool.h: ########## @@ -263,4 +267,14 @@ class TaskWorkerPool { DISALLOW_COPY_AND_ASSIGN(TaskWorkerPool); }; // class TaskWorkerPool + +class CreateTableTaskPool : public TaskWorkerPool { +public: + CreateTableTaskPool(ExecEnv* env, const TMasterInfo& master_info, ThreadModel thread_model); + void _set_callback_and_worker_count() override; Review Comment: 可以直接把worker count 放到构造函数里 -- 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