dataroaring commented on code in PR #19603: URL: https://github.com/apache/doris/pull/19603#discussion_r1194787723
########## be/src/agent/task_worker_pool.cpp: ########## @@ -289,6 +192,8 @@ void TaskWorkerPool::notify_thread() { VLOG_CRITICAL << "notify task worker pool: " << _name; } +void TaskWorkerPool::_set_callback_and_worker_count() {} Review Comment: This method should not be called. so we should put a CHECK(false) here. -- 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