This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch resource_ctx in repository https://gitbox.apache.org/repos/asf/doris.git
commit 4ee61b925594d1e3f9b5e564ac50217bd6df4b47 Author: yiguolei <guo...@selectdb.com> AuthorDate: Thu Dec 5 17:27:16 2024 +0800 f --- be/src/runtime/workload_group/resource_context.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/be/src/runtime/workload_group/resource_context.h b/be/src/runtime/workload_group/resource_context.h index a492ad31a19..aec718ad5d4 100644 --- a/be/src/runtime/workload_group/resource_context.h +++ b/be/src/runtime/workload_group/resource_context.h @@ -65,6 +65,8 @@ private: // The controller's init value is nullptr, it means the resource context will ignore this controller. std::shared_ptr<WorkloadGroupController> _workload_group_controller = nullptr; std::shared_ptr<MemoryController> _memory_controller = nullptr; + std::shared_ptr<WorkloadGroupController> _workload_group_controller = nullptr; + std::shared_ptr<IOController> _io_controller = nullptr; }; } // namespace doris --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org