This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch resource_ctx in repository https://gitbox.apache.org/repos/asf/doris.git
from a8b41b6cac8 first pr for resource context new 4ee61b92559 f new a0f81123e23 f The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../runtime/workload_group/memory_controller.cpp | 58 ---------------- .../workload_management/cpu_context.h} | 34 +++++---- be/src/runtime/workload_management/io_context.h | 81 ++++++++++++++++++++++ .../memory_context.h} | 38 +++++----- .../resource_context.h | 33 ++++----- 5 files changed, 128 insertions(+), 116 deletions(-) delete mode 100644 be/src/runtime/workload_group/memory_controller.cpp copy be/src/{vec/exprs/table_function/table_function_factory.h => runtime/workload_management/cpu_context.h} (62%) create mode 100644 be/src/runtime/workload_management/io_context.h rename be/src/runtime/{workload_group/memory_controller.h => workload_management/memory_context.h} (72%) rename be/src/runtime/{workload_group => workload_management}/resource_context.h (70%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org